Click or drag to resize

NetConnectionStatistics Class

Statistics for a NetConnection instance
Inheritance Hierarchy
SystemObject
  Internal.Lidgren.NetworkNetConnectionStatistics

Namespace:  Internal.Lidgren.Network
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public sealed class NetConnectionStatistics

The NetConnectionStatistics type exposes the following members.

Properties
  NameDescription
Public propertyDroppedMessages
Gets the number of dropped messages for this connection
Public propertyReceivedBytes
Gets the number of received bytes for this connection
Public propertyReceivedMessages
Gets the number of received messages for this connection
Public propertyReceivedPackets
Gets the number of received packets for this connection
Public propertyResentMessages
Gets the number of resent reliable messages for this connection
Public propertyResentMessagesDueToDelay
Gets the number of resent reliable messages because of delays in acks for this connection.
Public propertyResentMessagesDueToHole
Gets the number of resent reliable messages because of holes in acks for this connection.
Public propertySentBytes
Gets the number of sent bytes for this connection
Public propertySentMessages
Gets the number of sent messages for this connection
Public propertySentPackets
Gets the number of sent packets for this connection
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents this object
(Overrides ObjectToString.)
Top
Extension Methods
See Also