Click or drag to resize

DataChannel Properties

The DataChannel type exposes the following members.

Properties
  NameDescription
Public propertyDynamicProperties
Gets or sets the dynamic properties on this instance.
(Inherited from Dynamic.)
Public propertyId
Gets or sets the identifier.
(Inherited from DataChannelBaseTDataChannel.)
Protected propertyInstance
Gets the current instance.
(Overrides DataChannelBaseTDataChannelInstance.)
Protected propertyIsDirty
Gets or sets a value indicating whether this instance is dirty.
(Inherited from Serializable.)
Public propertyLabel
Gets the label.
(Inherited from DataChannelBaseTDataChannel.)
Public propertyOnReceive
Gets or sets the callback to execute when a message is received.
(Inherited from DataChannelBaseTDataChannel.)
Public propertyOrdered
Gets a value indicating whether messages will be delivered in the order they are sent.
(Inherited from DataChannelBaseTDataChannel.)
Public propertyState
Gets or sets the state.
(Inherited from DataChannelBaseTDataChannel.)
Public propertySubprotocol
Gets the subprotocol.
(Inherited from DataChannelBaseTDataChannel.)
Top
See Also