property SecWebSocketKey: string;
Description
Gets the Sec-WebSocket-Key that is used for identifying the client in the current connection. The SecWebSocketKey key is automatically generated when calling the Connect method.
The SecWebSocketKey field is used in the WebSocket opening handshake. It is sent from the client to the server to provide part of the information used by the server to prove that it received a valid WebSocket opening handshake.
This property is read-only.
See also