C-DEngine 5.105

WebSocketServiceManager..::..SessionCount Property

Gets the total number of the sessions in the WebSocket services.

Namespace:  WebSocketSharp.Server
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public int SessionCount { get; }
Public ReadOnly Property SessionCount As Integer
	Get
public:
property int^ SessionCount {
	int^ get ();
}

Field Value

An Int32 that represents the total number of the sessions in the services.