Vixen
02b45cc4
csharp
public readonly record struct BandwidthEntry

What one thing cost.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (5)

  • public string Name

    What it is.

  • public long Bits

    How many bits went on it.

  • public long Count

    How many times it was sent.

  • public double Bytes

    The cost in bytes, which is what a bandwidth budget is written in.

  • public double MeanBits

    The mean cost of one of these, in bits.

Methods (2)

  • public BandwidthEntry(string Name, long Bits, long Count)

    What one thing cost.

  • public override string ToString()

    Returns the fully qualified type name of this instance.

Used by (3)

  • LocalMatchMultiplayer
  • BandwidthLedgerVixen.Net
  • DiagnosticsTestsVixen.Net.Tests