C-DEngine 5.105

HttpListenerWebSocketContext..::..SecWebSocketKey Property

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

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

Syntax


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

Field Value

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

Remarks


This property provides a part of the information used by the server to prove that it received a valid WebSocket connection request.