C-DEngine 5.105

WebSocketSessionManager..::..Sessions Property

Gets the sessions in the Websocket service.

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

Syntax


public IEnumerable<IWebSocketSession> Sessions { get; }
Public ReadOnly Property Sessions As IEnumerable(Of IWebSocketSession)
	Get
public:
property IEnumerable<IWebSocketSession^>^ Sessions {
	IEnumerable<IWebSocketSession^>^ get ();
}

Field Value

An IEnumerable<IWebSocketSession> instance that provides an enumerator which supports the iteration over the collection of the sessions in the service.