C-DEngine 5.105

WebSocketBehavior..::..Context Property

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

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

Syntax


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

Field Value

A WebSocketContext that provides the access to the connection request, or nullNothingnullptra null reference (Nothing in Visual Basic) if the WebSocket connection isn't established.