Click or drag to resize

TransportStatistics Fields

The TransportStatistics type exposes the following members.

Fields
  Name Description
Public field LastBytesReceived Number of bytes received in the last receive operation.
Public field LastBytesSent Number of bytes sent in the last send operation.
Public field LastReceive DateTime of the last receive operation. (UTC Time)
Public field LastSend DateTime of the last send operation. (UTC Time)
Public field TotalBytesReceived Total number of bytes received.
Public field TotalBytesSent Total number of bytes sent.
Top
See Also