C-DEngine 5.105

WebSocketSessionManager Properties

The WebSocketSessionManager type exposes the following members.

Properties


  Name Description
Public property ActiveIDs
Gets the IDs for the active sessions in the Websocket service.
Public property Count
Gets the number of the sessions in the Websocket service.
Public property IDs
Gets the IDs for the sessions in the Websocket service.
Public property InactiveIDs
Gets the IDs for the inactive sessions in the Websocket service.
Public property Item
Gets the session with the specified id.
Public property KeepClean
Gets a value indicating whether the manager cleans up the inactive sessions in the WebSocket service periodically.
Public property Sessions
Gets the sessions in the Websocket service.
Public property WaitTime
Gets the wait time for the response to the WebSocket Ping or Close.