Gets the value of the Sec-WebSocket-Key header included in the request.
Namespace:
WebSocketSharp.Net.WebSockets
Assembly:
C-DEngine (in C-DEngine.dll)
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.
This property provides a part of the information used by the server to prove that it
received a valid WebSocket connection request.