| IConnection Methods | 
The IConnection 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.) | 
|  | Open | 
            Opens the connection.
             | 
|  | OpenAsync | 
            Opens the connection.
             | 
|  | ReceiveMessage | 
            Receives a message.
             | 
|  | ReceiveMessageAsync | 
            Receives a message.
             | 
|  | SendMessages | 
            Sends the messages.
             | 
|  | SendMessagesAsync | 
            Sends the messages.
             | 
 See Also
See Also