csharp
public readonly record struct BandwidthEntryWhat one thing cost.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (5)
public string NameWhat it is.
public long BitsHow many bits went on it.
public long CountHow many times it was sent.
public double BytesThe cost in bytes, which is what a bandwidth budget is written in.
public double MeanBitsThe 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