C# Class Lidgren.Network.NetConnectionStatistics

Statistics for a NetConnection instance
Show file Open project: Fr0sZ/Skylines-Multiplayer Class Usage Examples

Public Methods

Method Description
ToString ( ) : string

Returns a string that represents this object

Private Methods

Method Description
MessageResent ( MessageResendReason reason ) : void
NetConnectionStatistics ( NetConnection conn ) : System
PacketReceived ( int numBytes, int numMessages ) : void
PacketReceived ( int numBytes, int numMessages, int numFragments ) : void
PacketSent ( int numBytes, int numMessages ) : void
Reset ( ) : void

Method Details

ToString() public method

Returns a string that represents this object
public ToString ( ) : string
return string