Show / Hide Table of Contents

Class NetStatistics

Inheritance
System.Object
NetStatistics
Namespace: LiteNetLib
Assembly: LiteNetLib.dll
Syntax
public sealed class NetStatistics

Fields

BytesReceived

Declaration
public ulong BytesReceived
Field Value
Type Description
System.UInt64

BytesSent

Declaration
public ulong BytesSent
Field Value
Type Description
System.UInt64

PacketLoss

Declaration
public ulong PacketLoss
Field Value
Type Description
System.UInt64

PacketsReceived

Declaration
public ulong PacketsReceived
Field Value
Type Description
System.UInt64

PacketsSent

Declaration
public ulong PacketsSent
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
public void Reset()

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()
Back to top Generated by DocFX