INetStatistics

IServerSocket & IClientSocket has a instance of NetStatistics it provides following statistics

Properties

public ulong PacketsSent { get; }
public ulong PacketsReceived { get; }
public ulong BytesSent { get; }
public ulong BytesReceived { get; }

Last updated

Was this helpful?