WebSocketSessionManager..::..Item Property
Gets the session with the specified id.
Namespace:
WebSocketSharp.ServerAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public IWebSocketSession this[ string id ] { get; }
Public ReadOnly Default Property Item ( _ id As String _ ) As IWebSocketSession Get
public: property IWebSocketSession^ default[String^ id] { IWebSocketSession^ get (String^ id); }