NetConnectionStatistics Class |
Namespace: Internal.Lidgren.Network
public sealed class NetConnectionStatistics
The NetConnectionStatistics type exposes the following members.
| Name | Description | |
|---|---|---|
| DroppedMessages |
Gets the number of dropped messages for this connection
| |
| ReceivedBytes |
Gets the number of received bytes for this connection
| |
| ReceivedMessages |
Gets the number of received messages for this connection
| |
| ReceivedPackets |
Gets the number of received packets for this connection
| |
| ResentMessages |
Gets the number of resent reliable messages for this connection
| |
| ResentMessagesDueToDelay |
Gets the number of resent reliable messages because of delays in acks for this connection.
| |
| ResentMessagesDueToHole |
Gets the number of resent reliable messages because of holes in acks for this connection.
| |
| SentBytes |
Gets the number of sent bytes for this connection
| |
| SentMessages |
Gets the number of sent messages for this connection
| |
| SentPackets |
Gets the number of sent packets for this connection
|
| 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.) |