Click or drag to resize

WebSocketWebRequestTransfer Class

Defines methods for transferring messages using the WebSocket protocol.
Inheritance Hierarchy

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The WebSocketWebRequestTransfer type exposes the following members.

Constructors
  NameDescription
Public methodWebSocketWebRequestTransfer
Creates a new instance of WebSocketWebRequestTransfer.
Top
Properties
  NameDescription
Public propertyHandshakeTimeout
Gets or sets the timeout for the initial handshake (in ms).
(Inherited from WebSocketTransfer.)
Public propertyOnOpenFailure
Gets or sets the callback to invoke if the handshake fails.
(Inherited from WebSocketTransfer.)
Public propertyOnOpenSuccess
Gets or sets the callback to invoke if the handshake succeeds.
(Inherited from WebSocketTransfer.)
Public propertyOnRequestCreated
Gets or sets the callback to invoke when the handshake request is created.
(Inherited from WebSocketTransfer.)
Public propertyOnResponseReceived
Gets or sets the callback to invoke when the handshake response is received.
(Inherited from WebSocketTransfer.)
Public propertyOnStreamFailure
Gets or sets the callback to invoke if the stream errors out.
(Inherited from WebSocketTransfer.)
Public propertySender
Gets or sets the sender of the messages.
(Inherited from WebSocketTransfer.)
Public propertyStreamTimeout
Gets or sets the timeout for the stream (in ms).
(Inherited from WebSocketTransfer.)
Public propertyUrl
Gets or sets the URL.
(Inherited from WebSocketTransfer.)
Top
Methods
See Also