C-DEngine 5.105

WebSocketSessionManager..::..ActiveIDs Property

Gets the IDs for the active sessions in the Websocket service.

Namespace:  WebSocketSharp.Server
Assembly:  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 ();
}

Field Value

An IEnumerable<string> instance that provides an enumerator which supports the iteration over the collection of the IDs for the active sessions.