Click or drag to resize

WebSocketTransfer Class

Base class that defines methods for transferring content over 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 WebSocketTransfer type exposes the following members.

Constructors
  NameDescription
Public methodWebSocketTransfer
Initializes a new instance of the WebSocketTransfer class.
Top
Properties
  NameDescription
Public propertyHandshakeTimeout
Gets or sets the timeout for the initial handshake (in ms).
Public propertyOnOpenFailure
Gets or sets the callback to invoke if the handshake fails.
Public propertyOnOpenSuccess
Gets or sets the callback to invoke if the handshake succeeds.
Public propertyOnRequestCreated
Gets or sets the callback to invoke when the handshake request is created.
Public propertyOnResponseReceived
Gets or sets the callback to invoke when the handshake response is received.
Public propertyOnStreamFailure
Gets or sets the callback to invoke if the stream errors out.
Public propertySender
Gets or sets the sender of the messages.
Public propertyStreamTimeout
Gets or sets the timeout for the stream (in ms).
Public propertyUrl
Gets or sets the URL.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodOpen
Opens the socket.
Public methodSend
Sends a request synchronously.
Public methodSendAsync
Sends a request asynchronously.
Public methodShutdown
Releases any resources and shuts down.
Public methodToString (Inherited from Object.)
Top
See Also