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