IWebSocketSession Interface |
Namespace: Sfs2X.WebSocketSharp.Server
public interface IWebSocketSession
The IWebSocketSession type exposes the following members.
Name | Description | |
---|---|---|
![]() | ConnectionState |
Gets the current state of the WebSocket connection for the session.
|
![]() | Context |
Gets the information in the WebSocket handshake request.
|
![]() | ID |
Gets the unique ID of the session.
|
![]() | Protocol |
Gets the name of the WebSocket subprotocol for the session.
|
![]() | StartTime |
Gets the time that the session has started.
|