| IConnection Properties | 
The IConnection type exposes the following members.
| Name | Description | |
|---|---|---|
| BytesRead | 
            Gets the total number of bytes read on the connection.
              | |
| BytesWritten | 
            Gets the total number of bytes sent.
              | |
| ConnectionStatus | 
            Gets the current state of the connection.
              | |
| Connector | 
            Gets the connector that owns this connection.
              | |
| Created | 
            Gets the date and time at UTC when the connection was established.
              | |
| Description | 
            Gets a description of the connection.
              | |
| OperationQueueEntries | 
            Gets how many operations are queued for this connection.
              | |
| StaleBytesDiscarded | 
            Gets the total number of bytes that have been discarded because they were stale.
              | |
| WriteQueueBytes | 
            Gets the total number of bytes queued for sending.
              |