NetPeerStatistics Members
From Lidgren.Network
| Lidgren Network Library documentation |
| NetPeerStatistics Members |
| NetPeerStatistics Class Methods Properties See Also Send Feedback |
The NetPeerStatistics type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString |
Returns a string that represents this object
(Overrides Object..::..ToString()()()().) |
Properties
| Name | Description | |
|---|---|---|
| BytesInRecyclePool |
Gets the number of bytes in the recycled pool
| |
| ReceivedBytes |
Gets the number of received bytes since the NetPeer was initialized
| |
| ReceivedMessages |
Gets the number of received messages since the NetPeer was initialized
| |
| ReceivedPackets |
Gets the number of received packets since the NetPeer was initialized
| |
| SentBytes |
Gets the number of sent bytes since the NetPeer was initialized
| |
| SentMessages |
Gets the number of sent messages since the NetPeer was initialized
| |
| SentPackets |
Gets the number of sent packets since the NetPeer was initialized
| |
| StorageBytesAllocated |
Gets the number of bytes allocated (and possibly garbage collected) for message storage
|