HandshakeHelpers.CreateResponseKey(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.
"...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