C-DEngine 5.105

HttpListenerWebSocketContext..::..SecWebSocketVersion Property

Gets the value of the Sec-WebSocket-Version header included in the request.

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

Syntax


public string SecWebSocketVersion { get; }
Public ReadOnly Property SecWebSocketVersion As String
	Get
public:
property String^ SecWebSocketVersion {
	String^ get ();
}

Field Value

A String that represents the value of the Sec-WebSocket-Version header.

Remarks


This property represents the WebSocket protocol version.