| 
    My Project
    
   | 
 
Exposes the access to the information in a WebSocket session. More...
  
Properties | |
| string | ID [get] | 
| Gets the unique ID of the session.   | |
| DateTime | StartTime [get] | 
| Gets the time that the session has started.   | |
| WebSocket | WebSocket [get] | 
| Gets the WebSocket interface for the session.   | |
Exposes the access to the information in a WebSocket session.
      
  | 
  get | 
Gets the unique ID of the session.
A string that represents the unique ID of the session.
Implemented in WebSocketSharp.Server.WebSocketBehavior.
      
  | 
  get | 
Gets the time that the session has started.
A DateTime that represents the time that the session has started.
Implemented in WebSocketSharp.Server.WebSocketBehavior.
      
  | 
  get | 
Gets the WebSocket interface for the session.
A WebSocketSharp.WebSocket that represents the interface.