WebSocketSessionManager..::..IDs Property
Gets the IDs for the sessions in the Websocket service.
Namespace:
WebSocketSharp.ServerAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public IEnumerable<string> IDs { get; }
Public ReadOnly Property IDs As IEnumerable(Of String) Get
public: property IEnumerable<String^>^ IDs { IEnumerable<String^>^ get (); }