C-DEngine 5.105

WebSocketServiceHost..::..Sessions Property

Gets the access to the sessions in the WebSocket service.

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

Syntax


public WebSocketSessionManager Sessions { get; }
Public ReadOnly Property Sessions As WebSocketSessionManager
	Get
public:
property WebSocketSessionManager^ Sessions {
	WebSocketSessionManager^ get ();
}

Field Value

A WebSocketSessionManager that manages the sessions in the service.