WebSocket Properties |
The WebSocket type exposes the following members.
| Name | Description | |
|---|---|---|
| Compression |
Gets or sets the compression method used to compress a message.
| |
| Cookies |
Gets the HTTP cookies included in the handshake request/response.
| |
| Credentials |
Gets the credentials for the HTTP authentication (Basic/Digest).
| |
| EmitOnPing |
Gets or sets a value indicating whether a OnMessage event
is emitted when a ping is received.
| |
| EnableRedirection |
Gets or sets a value indicating whether the URL redirection for
the handshake request is allowed.
| |
| Extensions |
Gets the extensions selected by server.
| |
| IsAlive |
Gets a value indicating whether the connection is alive.
| |
| IsSecure |
Gets a value indicating whether a secure connection is used.
| |
| Log |
Gets the logging function.
| |
| Origin |
Gets or sets the value of the HTTP Origin header to send with
the handshake request.
| |
| Protocol |
Gets the name of subprotocol selected by the server.
| |
| ReadyState |
Gets the current state of the connection.
| |
| SslConfiguration |
Gets the configuration for secure connection.
| |
| Url |
Gets the URL to which to connect.
| |
| WaitTime |
Gets or sets the time to wait for the response to the ping or close.
|