IConnection Methods | 
The IConnection type exposes the following members.
| 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.
              | |
| SetReadTimeout | 
            Set read timeout value.
              |