AcceptHash.hashKey

Concatenate the provided key with the Magic GUID and return the Base64 encoded form.

@param key the key to hash @return the <code>Sec-WebSocket-Accept</code> header response (per opening handshake spec)

class AcceptHash
static
string
hashKey
(
string key
)

Meta