Click or drag to resize

NetPeerStatistics Properties

The NetPeerStatistics type exposes the following members.

Properties
  NameDescription
Public propertyBytesInRecyclePool
Gets the number of bytes in the recycled pool
Public propertyDroppedMessages
Gets the number of dropped messages since the NetPeer was initialized.
Public propertyReceivedBytes
Gets the number of received bytes since the NetPeer was initialized
Public propertyReceivedMessages
Gets the number of received messages since the NetPeer was initialized
Public propertyReceivedPackets
Gets the number of received packets since the NetPeer was initialized
Public propertyResentMessages
Gets the number of resent reliable messages since the NetPeer was initialized
Public propertyResentMessagesDueToDelay
Gets the number of resent reliable messages because of delays in acks since the NetPeer was initialized.
Public propertyResentMessagesDueToHole
Gets the number of resent reliable messages because of holes in acks since the NetPeer was initialized.
Public propertySentBytes
Gets the number of sent bytes since the NetPeer was initialized
Public propertySentMessages
Gets the number of sent messages since the NetPeer was initialized
Public propertySentPackets
Gets the number of sent packets since the NetPeer was initialized
Public propertyStorageBytesAllocated
Gets the number of bytes allocated (and possibly garbage collected) for message storage
Top
See Also