Struct NetworkStats
Represents network statistics for a connection.
public readonly struct NetworkStats
- Inherited Members
Fields
AcknowlegementsPending
Gets the number of acknowledgements currently pending.
public readonly uint AcknowlegementsPending
Field Value
AcknowlegementsReceived
Gets the total number of acknowledgements received.
public readonly uint AcknowlegementsReceived
Field Value
AcknowlegementsSent
Gets the total number of acknowledgements sent.
public readonly uint AcknowlegementsSent
Field Value
BitsPerSecond
Gets the current bits per second rate.
public readonly double BitsPerSecond
Field Value
BpsReceived
Gets the bits per second rate for received data.
public readonly double BpsReceived
Field Value
BpsSent
Gets the bits per second rate for sent data.
public readonly double BpsSent
Field Value
BytesReceived
Gets the total number of bytes received.
public readonly uint BytesReceived
Field Value
ConnectMode
Gets the connection mode.
public readonly int ConnectMode
Field Value
ConnectionElapsedTime
Gets the elapsed time of the connection, in milliseconds.
public readonly uint ConnectionElapsedTime
Field Value
ConnectionStartTime
Gets the time when the connection started, in milliseconds since the application started.
public readonly uint ConnectionStartTime
Field Value
DuplicateAcknowlegementsReceived
Gets the total number of duplicate acknowledgements received.
public readonly uint DuplicateAcknowlegementsReceived
Field Value
IsActive
Gets a value indicating whether the connection is active.
public readonly bool IsActive
Field Value
MessageResends
Gets the total number of message resends.
public readonly uint MessageResends
Field Value
MessageSendBuffer
Gets the size of the message send buffer.
public readonly uint MessageSendBuffer
Field Value
MessagesOnResendQueue
Gets the number of messages currently on the resend queue.
public readonly uint MessagesOnResendQueue
Field Value
MessagesReceived
Gets the total number of messages received.
public readonly uint MessagesReceived
Field Value
MessagesReceivedPerSecond
Gets the number of messages received per second.
public readonly uint MessagesReceivedPerSecond
Field Value
MessagesSent
Gets the total number of messages sent.
public readonly uint MessagesSent
Field Value
MessagesTotalBytesResent
Gets the total number of bytes resent for messages.
public readonly uint MessagesTotalBytesResent
Field Value
Packetloss
Gets the packet loss percentage.
public readonly float Packetloss
Field Value
TotalBytesSent
Gets the total number of bytes sent.
public readonly uint TotalBytesSent