C-DEngine 5.105

IWebSocketSession..::..Context Property

Gets the information in the connection request to the WebSocket service.

Namespace:  WebSocketSharp.Server
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


WebSocketContext Context { get; }
ReadOnly Property Context As WebSocketContext
	Get
property WebSocketContext^ Context {
	WebSocketContext^ get ();
}

Field Value

A WebSocketContext that provides the access to the connection request.