Click or drag to resize

IWebSocketSession Properties

The IWebSocketSession type exposes the following members.

Properties
  NameDescription
Public propertyConnectionState
Gets the current state of the WebSocket connection for the session.
Public propertyContext
Gets the information in the WebSocket handshake request.
Public propertyID
Gets the unique ID of the session.
Public propertyProtocol
Gets the name of the WebSocket subprotocol for the session.
Public propertyStartTime
Gets the time that the session has started.
Top
See Also