WebSocketTransfer Properties |
The WebSocketTransfer type exposes the following members.
| Name | Description | |
|---|---|---|
| HandshakeTimeout |
Gets or sets the timeout for the initial handshake (in ms).
| |
| OnOpenFailure |
Gets or sets the callback to invoke if the handshake fails.
| |
| OnOpenSuccess |
Gets or sets the callback to invoke if the handshake succeeds.
| |
| OnRequestCreated |
Gets or sets the callback to invoke when the handshake request is created.
| |
| OnResponseReceived |
Gets or sets the callback to invoke when the handshake response is received.
| |
| OnStreamFailure |
Gets or sets the callback to invoke if the stream errors out.
| |
| Sender |
Gets or sets the sender of the messages.
| |
| StreamTimeout |
Gets or sets the timeout for the stream (in ms).
| |
| Url |
Gets or sets the URL.
|