Click or drag to resize

WebSocketSessionManager Properties

The WebSocketSessionManager type exposes the following members.

Properties
  NameDescription
Public propertyActiveIDs
Gets the IDs for the active sessions in the WebSocket service.
Public propertyCount
Gets the number of the sessions in the WebSocket service.
Public propertyIDs
Gets the IDs for the sessions in the WebSocket service.
Public propertyInactiveIDs
Gets the IDs for the inactive sessions in the WebSocket service.
Public propertyItem
Gets the session instance with id.
Public propertyKeepClean
Gets or sets a value indicating whether the inactive sessions in the WebSocket service are cleaned up periodically.
Public propertySessions
Gets the session instances in the WebSocket service.
Public propertyWaitTime
Gets or sets the time to wait for the response to the WebSocket Ping or Close.
Top
See Also