NetConnectionStatistics Members

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image

The NetConnectionStatistics type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents this object
(Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyReceivedBytes
Gets the number of received bytes 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 propertySentBytes
Gets the number of sent bytes for this connection
Public propertySentPackets
Gets the number of sent packets for this connection

See Also