Click or drag to resize

DataChannelBaseTDataChannel Methods

The DataChannelBaseTDataChannel generic type exposes the following members.

Methods
  NameDescription
Protected methodDoUpdateState
Updates state.
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.
Protected methodRaiseDataString
Raises the OnReceive callback with a data string.
Public methodSendDataBytes
Sends some bytes.
Public methodSendDataString
Sends a 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.
Protected methodUpdateState
Updates state.
Top
See Also