WebSocketTransfer Class |
Namespace: FM.IceLink
The WebSocketTransfer type exposes the following members.
Name | Description | |
---|---|---|
WebSocketTransfer |
Initializes a new instance of the WebSocketTransfer class.
|
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.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Open |
Opens the socket.
| |
Send |
Sends a request synchronously.
| |
SendAsync |
Sends a request asynchronously.
| |
Shutdown |
Releases any resources and shuts down.
| |
ToString | (Inherited from Object.) |