IWebSocketSession Members
The IWebSocketSession type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals(System.Object) | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Context |
Gets the information in the connection request to the WebSocket service.
|
|
ID |
Gets the unique ID of the session.
|
|
Protocol |
Gets the WebSocket subprotocol used in the session.
|
|
StartTime |
Gets the time that the session has started.
|
|
State |
Gets the state of the WebSocket used in the session.
|