IConnection Methods |
The IConnection type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose | (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.
|