Click or drag to resize

NetPeerStatistics Class

Statistics for a NetPeer instance
Inheritance Hierarchy
SystemObject
  Internal.Lidgren.NetworkNetPeerStatistics

Namespace:  Internal.Lidgren.Network
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public sealed class NetPeerStatistics

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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents this object
(Overrides ObjectToString.)
Top
Extension Methods
See Also