Click or drag to resize

IWebSocketSession Interface

Exposes the access to the information in a WebSocket session.

Namespace:  Sfs2X.WebSocketSharp.Server
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public interface IWebSocketSession

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