NetPeerStatistics Properties
From Lidgren.Network
| Lidgren Network Library documentation |
| NetPeerStatistics Properties |
| NetPeerStatistics Class See Also Send Feedback |
The NetPeerStatistics type exposes the following members.
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
|