Struct NetworkTrafficArgs
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: FishNet.Managing.Statistic
Assembly: FishNet.Runtime.dll
Syntax
public struct NetworkTrafficArgs
Constructors
NetworkTrafficArgs(UInt64, UInt64)
Declaration
public NetworkTrafficArgs(ulong toServerBytes, ulong fromServerBytes)
Parameters
Type | Name | Description |
---|---|---|
System.UInt64 | toServerBytes | |
System.UInt64 | fromServerBytes |
Fields
FromServerBytes
Number of bytes sent by the server.
Declaration
public readonly ulong FromServerBytes
Field Value
Type | Description |
---|---|
System.UInt64 |
ToServerBytes
Number of bytes sent to the server.
Declaration
public readonly ulong ToServerBytes
Field Value
Type | Description |
---|---|
System.UInt64 |