WebSocketSessionManager..::..Sessions Property
Gets the sessions in the Websocket service.
Namespace:
WebSocketSharp.ServerAssembly: 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 (); }