Click or drag to resize

DataChannel Methods

The DataChannel type exposes the following members.

Methods
  NameDescription
Protected methodDoUpdateState
Updates state.
(Inherited from DataChannelBaseTDataChannel.)
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.)
Protected methodRaiseDataBytes
Raises the OnReceive callback with data bytes.
(Inherited from DataChannelBaseTDataChannel.)
Protected methodRaiseDataString
Raises the OnReceive callback with a data string.
(Inherited from DataChannelBaseTDataChannel.)
Public methodSendDataBytes
Sends some bytes.
(Overrides DataChannelBaseTDataChannelSendDataBytes(DataBuffer).)
Public methodSendDataString
Sends a string.
(Overrides DataChannelBaseTDataChannelSendDataString(String).)
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.)
Protected methodUpdateInternalLock
Updates internal lock.
(Overrides DataChannelBaseTDataChannelUpdateInternalLock.)
Protected methodUpdateState
Updates state
(Overrides DataChannelBaseTDataChannelUpdateState(DataChannelState).)
Top
See Also