Class NetStatistics
Inheritance
System.Object
NetStatistics
Assembly: LiteNetLib.dll
Syntax
public sealed class NetStatistics
Fields
BytesReceived
Declaration
public ulong BytesReceived
Field Value
Type |
Description |
System.UInt64 |
|
BytesSent
Declaration
Field Value
Type |
Description |
System.UInt64 |
|
PacketLoss
Declaration
Field Value
Type |
Description |
System.UInt64 |
|
PacketsReceived
Declaration
public ulong PacketsReceived
Field Value
Type |
Description |
System.UInt64 |
|
PacketsSent
Declaration
Field Value
Type |
Description |
System.UInt64 |
|
SequencedPacketLoss
Declaration
public ulong SequencedPacketLoss
Field Value
Type |
Description |
System.UInt64 |
|
Properties
PacketLossPercent
Declaration
public ulong PacketLossPercent { get; }
Property Value
Type |
Description |
System.UInt64 |
|
Methods
Reset()
Declaration
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()