INetworkConnection Properties |
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.) |