Click or drag to resize

WebSocketOpenArgs Class

Open arguments for the WebSocket class.
Inheritance Hierarchy

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

The WebSocketOpenArgs type exposes the following members.

Constructors
  NameDescription
Public methodWebSocketOpenArgs
Creates a new instance of
Top
Properties
  NameDescription
Public propertyDynamicProperties
Gets or sets the dynamic properties on this instance.
(Inherited from Dynamic.)
Public propertyHandshakeTimeout
Gets or sets the timeout for the handshake (in ms).
Public propertyHeaders
Gets or sets headers to send with the handshake request.
Protected propertyIsDirty
Gets or sets a value indicating whether this instance is dirty.
(Inherited from Serializable.)
Public propertyOnFailure
Gets or sets the callback to invoke when a connection could not be established.
Public propertyOnReceive
Gets or sets the callback to invoke when a message is received.
Public propertyOnRequestCreated
Gets or sets the callback to invoke before the handshake request is sent.
Public propertyOnResponseReceived
Gets or sets the callback to invoke after the handshake response is received.
Public propertyOnStreamFailure
Gets or sets the callback to invoke when a successful connection breaks down.
Public propertyOnSuccess
Gets or sets the callback to invoke when a successful connection has been established.
Public propertySender
Gets or sets the sender of the request.
Public propertyStreamTimeout
Gets or sets the timeout for the stream (in ms).
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetDynamicValue
Gets a property value from the local cache.
(Inherited from Dynamic.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSetDynamicValue
Sets a property value in the local cache.
(Inherited from Dynamic.)
Public methodToString (Inherited from Object.)
Public methodUnsetDynamicValue
Unsets a property value in the local cache.
(Inherited from Dynamic.)
Top
See Also