Click or drag to resize

DataChannelReceiveArgs Class

Arguments for the data channel receive event.
Inheritance Hierarchy
SystemObject
  FM.IceLinkDataChannelReceiveArgs

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

The DataChannelReceiveArgs type exposes the following members.

Constructors
  NameDescription
Public methodDataChannelReceiveArgs
Initializes a new instance of the DataChannelReceiveArgs class
Top
Properties
  NameDescription
Public propertyDataBytes
Gets or sets the data buffer.
Public propertyDataString
Gets or sets the data string.
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 methodToString (Inherited from Object.)
Top
See Also