| DataChannelBaseTDataChannel Methods | 
The DataChannelBaseTDataChannel generic type exposes the following members.
 Methods
Methods| 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.
             | 
|  | RaiseDataString | 
            Raises the OnReceive callback with a data string.
             | 
|  | SendDataBytes | 
            Sends some bytes.
             | 
|  | SendDataString | 
            Sends a 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.) | 
 See Also
See Also