NetPeerStatistics Class |
Namespace: Internal.Lidgren.Network
public sealed class NetPeerStatistics
The NetPeerStatistics type exposes the following members.
Name | Description | |
---|---|---|
BytesInRecyclePool |
Gets the number of bytes in the recycled pool
| |
DroppedMessages |
Gets the number of dropped messages since the NetPeer was initialized.
| |
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
| |
ResentMessages |
Gets the number of resent reliable messages since the NetPeer was initialized
| |
ResentMessagesDueToDelay |
Gets the number of resent reliable messages because of delays in acks since the NetPeer was initialized.
| |
ResentMessagesDueToHole |
Gets the number of resent reliable messages because of holes in acks 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
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString |
Returns a string that represents this object
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx.) | |
PropertyGet(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
PropertyGetT(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx.) |