| IConnection Methods |
The IConnection type exposes the following members.
| Name | Description | |
|---|---|---|
| Abandon |
Abandons the connection, closing and destroying it.
| |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
| Read(Byte, ConnectionReadDelegate) |
Reads the next chunk from the connection.
| |
| Read(Byte, Int32, Int32, ConnectionReadDelegate) |
Reads the next chunk from the connection.
| |
| Write(Byte, Int32) |
Sends the content of the buffer over the connection.
| |
| Write(Byte, Int32, Int32, Int32) |
Sends the content of the buffer over the connection.
|