NetPeerStatistics Members

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image

The NetPeerStatistics type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents this object
(Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyBytesInRecyclePool
Gets the number of bytes in the recycled pool
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 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

See Also