HandshakeHelpers.IsRequestKeyValid(String) Method

Definition

Validates the Sec-WebSocket-Key request header "The value of this header field MUST be a nonce consisting of a randomly selected 16-byte value that has been base64-encoded."

public:
 static bool IsRequestKeyValid(System::String ^ value);
public static bool IsRequestKeyValid (string value);
static member IsRequestKeyValid : string -> bool
Public Shared Function IsRequestKeyValid (value As String) As Boolean

Parameters

value
String

Returns

Boolean

Applies to