Click or drag to resize

NetConnectionStatistics Properties

The NetConnectionStatistics type exposes the following members.

Properties
  NameDescription
Public propertyDroppedMessages
Gets the number of dropped messages for this connection
Public propertyReceivedBytes
Gets the number of received bytes for this connection
Public propertyReceivedMessages
Gets the number of received messages for this connection
Public propertyReceivedPackets
Gets the number of received packets for this connection
Public propertyResentMessages
Gets the number of resent reliable messages for this connection
Public propertyResentMessagesDueToDelay
Gets the number of resent reliable messages because of delays in acks for this connection.
Public propertyResentMessagesDueToHole
Gets the number of resent reliable messages because of holes in acks for this connection.
Public propertySentBytes
Gets the number of sent bytes for this connection
Public propertySentMessages
Gets the number of sent messages for this connection
Public propertySentPackets
Gets the number of sent packets for this connection
Top
See Also