Show / Hide Table of Contents

Class NetStats

Inheritance
System.Object
NetStats
Namespace: Eco.Shared.Networking
Assembly: Eco.Shared.dll
Syntax
public sealed class NetStats : ValueType

Fields

BytesReceived

Declaration
public ulong BytesReceived
Field Value
Type Description
System.UInt64

BytesSent

Declaration
public ulong BytesSent
Field Value
Type Description
System.UInt64

Empty

Declaration
public static NetStats Empty
Field Value
Type Description
NetStats

LastReceiveTime

Declaration
public float LastReceiveTime
Field Value
Type Description
System.Single

LastSendTime

Declaration
public float LastSendTime
Field Value
Type Description
System.Single

PacketsLost

Declaration
public ulong PacketsLost
Field Value
Type Description
System.UInt64

PacketsSent

Declaration
public ulong PacketsSent
Field Value
Type Description
System.UInt64

RoundTripTime

Declaration
public float RoundTripTime
Field Value
Type Description
System.Single

Extension Methods

CommandLine.FeedFromCommandLine(Object)
CommandLine.ToCommandLineArgs(Object, Func<Object, Boolean>)
ListUtil.DepthFirstTraversal<T>(T, Func<T, IEnumerable<T>>)
EnumerableExtensions.SingleItemAsEnumerable<T>(T)
EventUtils.RaiseEvent<TEventArgs>(Object, String, TEventArgs)
PredicateUtils.MatchesAll<TEnumerable, T>(T, TEnumerable)
PredicateUtils.MatchesAll<T>(T, Func<T, Boolean>[])
PredicateUtils.MatchesAny<TEnumerable, T>(T, TEnumerable)
ReflectionUtils.PropertyValue<T>(Object, PropertyInfo)
ReflectionUtils.TryGetPropertyValueByName<T>(Object, String, out T)
ReflectionUtils.GetPropertyValueByName<T>(Object, String)
ReflectionUtils.SetPropertyByName(Object, String, Object)
ReflectionUtils.GetStructPropertyByName<T>(Object, String)
ReflectionUtils.GetStringPropertyByName(Object, String)
ReflectionUtils.ZipByProperty<T>(Object, Object, Object, Func<T, T, T>)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾