HandshakeHelpers.IsRequestKeyValid(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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