Click or drag to resize

IWebSocketSessionContext Property

Gets the information in the WebSocket handshake request.

Namespace:  Sfs2X.WebSocketSharp.Server
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
WebSocketContext Context { get; }

Property Value

Type: WebSocketContext
A WebSocketContext instance that provides the access to the information in the handshake request.
See Also