Class Lidgren::Network::NetConnectionStatistics
ClassList > Lidgren > Network > NetConnectionStatistics
Statistics for a NetConnection instance.
Public Properties
Type | Name |
---|---|
property long | DroppedMessages Gets the number of dropped messages for this connection. |
property long | ReceivedBytes Gets the number of received bytes for this connection. |
property long | ReceivedMessages Gets the number of received messages for this connection. |
property long | ReceivedPackets Gets the number of received packets for this connection. |
property long | ResentMessages Gets the number of resent reliable messages for this connection. |
property long | SentBytes Gets the number of sent bytes for this connection. |
property long | SentMessages Gets the number of sent messages for this connection. |
property long | SentPackets Gets the number of sent packets for this connection. |
Public Functions
Type | Name |
---|---|
override string | ToString () Returns a string that represents this object. |
Public Properties Documentation
property DroppedMessages
property ReceivedBytes
property ReceivedMessages
property ReceivedPackets
property ResentMessages
property SentBytes
property SentMessages
property SentPackets
Public Functions Documentation
function ToString
The documentation for this class was generated from the following file api/unity-plugin/Scripts/Networking/Lidgren.Network/NetConnectionStatistics.cs