HandshakeHelpers.CreateResponseKey(String) Method

Definition

"...the base64-encoded SHA-1 of the concatenation of the |Sec-WebSocket-Key| (as a string, not base64-decoded) with the string '258EAFA5-E914-47DA-95CA-C5AB0DC85B11'"

public:
 static System::String ^ CreateResponseKey(System::String ^ requestKey);
public static string CreateResponseKey (string requestKey);
static member CreateResponseKey : string -> string
Public Shared Function CreateResponseKey (requestKey As String) As String

Parameters

requestKey
String

Returns

String

Applies to