WebSocketWebRequestTransfer Class |
Namespace: FM.IceLink
The WebSocketWebRequestTransfer type exposes the following members.
Name | Description | |
---|---|---|
WebSocketWebRequestTransfer |
Creates a new instance of WebSocketWebRequestTransfer.
|
Name | Description | |
---|---|---|
HandshakeTimeout |
Gets or sets the timeout for the initial handshake (in ms).
(Inherited from WebSocketTransfer.) | |
OnOpenFailure |
Gets or sets the callback to invoke if the handshake fails.
(Inherited from WebSocketTransfer.) | |
OnOpenSuccess |
Gets or sets the callback to invoke if the handshake succeeds.
(Inherited from WebSocketTransfer.) | |
OnRequestCreated |
Gets or sets the callback to invoke when the handshake request is created.
(Inherited from WebSocketTransfer.) | |
OnResponseReceived |
Gets or sets the callback to invoke when the handshake response is received.
(Inherited from WebSocketTransfer.) | |
OnStreamFailure |
Gets or sets the callback to invoke if the stream errors out.
(Inherited from WebSocketTransfer.) | |
Sender |
Gets or sets the sender of the messages.
(Inherited from WebSocketTransfer.) | |
StreamTimeout |
Gets or sets the timeout for the stream (in ms).
(Inherited from WebSocketTransfer.) | |
Url |
Gets or sets the URL.
(Inherited from WebSocketTransfer.) |
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 WebSocket connection.
(Overrides WebSocketTransferOpen(NameValueCollection).) | |
Send |
Sends a request synchronously.
(Overrides WebSocketTransferSend(HttpRequestArgs).) | |
SendAsync |
Sends a request asynchronously.
(Overrides WebSocketTransferSendAsync(HttpRequestArgs, Action1HttpResponseArgs).) | |
Shutdown |
Releases any resources and shuts down.
(Overrides WebSocketTransferShutdown.) | |
ToString | (Inherited from Object.) |