INetworkConnection Interface |
Namespace: VirtualRadar.Interface.Network
The INetworkConnection type exposes the following members.
Name | Description | |
---|---|---|
![]() | BytesRead |
Gets the total number of bytes read on the connection.
(Inherited from IConnection.) |
![]() | BytesWritten |
Gets the total number of bytes sent.
(Inherited from IConnection.) |
![]() | ConnectionStatus |
Gets the current state of the connection.
(Inherited from IConnection.) |
![]() | Connector |
Gets the connector that owns this connection.
(Inherited from IConnection.) |
![]() | Created |
Gets the date and time at UTC when the connection was established.
(Inherited from IConnection.) |
![]() | Description |
Gets a description of the connection.
(Inherited from IConnection.) |
![]() | LocalEndPoint |
Gets the local end point. Can be null if connection has been broken.
|
![]() | OperationQueueEntries |
Gets how many operations are queued for this connection.
(Inherited from IConnection.) |
![]() | RemoteEndPoint |
Gets the remote end point. Can be null if connection has been broken.
|
![]() | StaleBytesDiscarded |
Gets the total number of bytes that have been discarded because they were stale.
(Inherited from IConnection.) |
![]() | WriteQueueBytes |
Gets the total number of bytes queued for sending.
(Inherited from IConnection.) |
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.) |
Name | Description | |
---|---|---|
![]() | ConnectionStateChanged |
Raised when ConnectionStatus changes.
(Inherited from IConnection.) |