C-DEngine 5.105

HttpListenerWebSocketContext..::..IsWebSocketRequest Property

Gets a value indicating whether the request is a WebSocket connection request.

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

Syntax


public bool IsWebSocketRequest { get; }
Public ReadOnly Property IsWebSocketRequest As Boolean
	Get
public:
property bool^ IsWebSocketRequest {
	bool^ get ();
}

Field Value

true if the request is a WebSocket connection request; otherwise, false.