WebSocketServiceManager..::..Item Property
Gets the WebSocket service host with the specified path.
Namespace:
WebSocketSharp.ServerAssembly: 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); }