C-DEngine 5.105

WebSocketServiceManager..::..Item Property

Gets the WebSocket service host with the specified path.

Namespace:  WebSocketSharp.Server
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public WebSocketServiceHost this[
	string path
] { get; }
Public ReadOnly Default Property Item ( _
	path As String _
) As WebSocketServiceHost
	Get
public:
property WebSocketServiceHost^ default[String^ path] {
	WebSocketServiceHost^ get (String^ path);
}

Parameters

path
Type: String
A String that represents the absolute path to the service to find.

Field Value

A WebSocketServiceHost instance that provides the access to the information in the service, or nullNothingnullptra null reference (Nothing in Visual Basic) if it's not found.