Click or drag to resize

WebSocketBehaviorContext Property

Gets the information in a WebSocket handshake request to the service.

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

Property Value

Type: WebSocketContext

A WebSocketContext instance that provides the access to the information in the handshake request.

if the session has not started yet.

Implements

IWebSocketSessionContext
See Also