| INetworkConnection Methods |
The INetworkConnection type exposes the following members.
| Name | Description | |
|---|---|---|
| Abandon |
Abandons the connection, closing and destroying it.
(Inherited from IConnection.) | |
| 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.
(Inherited from IConnection.) | |
| Read(Byte, Int32, Int32, ConnectionReadDelegate) |
Reads the next chunk from the connection.
(Inherited from IConnection.) | |
| Write(Byte, Int32) |
Sends the content of the buffer over the connection.
(Inherited from IConnection.) | |
| Write(Byte, Int32, Int32, Int32) |
Sends the content of the buffer over the connection.
(Inherited from IConnection.) |