Click or drag to resize

WebSocketReceiveArgs Class

Arguments for OnReceive.
Inheritance Hierarchy

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

The WebSocketReceiveArgs type exposes the following members.

Constructors
  NameDescription
Public methodWebSocketReceiveArgs
Initializes a new instance of the WebSocketReceiveArgs class
Top
Properties
  NameDescription
Public propertyBinaryMessage
Gets or sets the message received from the server as binary data.
Public propertyDynamicProperties
Gets or sets the dynamic properties on this instance.
(Inherited from Dynamic.)
Protected propertyIsDirty
Gets or sets a value indicating whether this instance is dirty.
(Inherited from Serializable.)
Public propertyIsText
Gets whether or not the received message is text.
Public propertyOpenArgs
Gets or sets the original arguments passed to the open method.
Public propertyTextMessage
Gets or sets the message received from the server as text data.
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