| IConnectionHandle Methods | 
The IConnectionHandle type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.(Inherited from IDisposable.) | 
|  | Fork | 
            A new handle to the underlying connection.
             | 
|  | Open | 
            Opens the connection.
            (Inherited from IConnection.) | 
|  | OpenAsync | 
            Opens the connection.
            (Inherited from IConnection.) | 
|  | ReceiveMessage | 
            Receives a message.
            (Inherited from IConnection.) | 
|  | ReceiveMessageAsync | 
            Receives a message.
            (Inherited from IConnection.) | 
|  | SendMessages | 
            Sends the messages.
            (Inherited from IConnection.) | 
|  | SendMessagesAsync | 
            Sends the messages.
            (Inherited from IConnection.) | 
 See Also
See Also