DataChannel Methods |
The DataChannel type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetDynamicValue |
Gets a property value from the local cache.
(Inherited from Dynamic.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | RaiseDataBytes |
Raises the OnReceive callback with data bytes.
(Inherited from DataChannelBaseTDataChannel.) |
![]() | RaiseDataString |
Raises the OnReceive callback with a data string.
(Inherited from DataChannelBaseTDataChannel.) |
![]() | SendDataBytes |
Sends some bytes.
(Overrides DataChannelBaseTDataChannelSendDataBytes(DataBuffer).) |
![]() | SendDataString |
Sends a string.
(Overrides DataChannelBaseTDataChannelSendDataString(String).) |
![]() | SetDynamicValue |
Sets a property value in the local cache.
(Inherited from Dynamic.) |
![]() | ToString | (Inherited from Object.) |
![]() | UnsetDynamicValue |
Unsets a property value in the local cache.
(Inherited from Dynamic.) |