Table of Contents

Field SecWebSocketKey

Namespace
Sisk.Core.Http
Assembly
Sisk.Core.dll

The HTTP Sec-WebSocket-Key header.

Contains a base64-encoded value used to establish a WebSocket connection, ensuring the request is valid.

public const string SecWebSocketKey = "Sec-WebSocket-Key"

Returns

string
The HTTP Sec-WebSocket-Key header. Contains a base64-encoded value used to establish a WebSocket connection, ensuring the request is valid.