Show / Hide Table of Contents

Class BandwidthData

The statistics for BandwidthAsync(CancellationToken).

Inheritance
Object
BandwidthData
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Ipfs.CoreApi
Assembly: Ipfs.Core.dll
Syntax
public class BandwidthData

Fields

| Improve this Doc View Source

RateIn

TODO

Declaration
public double RateIn
Field Value
Type Description
Double
| Improve this Doc View Source

RateOut

TODO

Declaration
public double RateOut
Field Value
Type Description
Double
| Improve this Doc View Source

TotalIn

The number of bytes received.

Declaration
public ulong TotalIn
Field Value
Type Description
UInt64
| Improve this Doc View Source

TotalOut

The number of bytes sent.

Declaration
public ulong TotalOut
Field Value
Type Description
UInt64
  • Improve this Doc
  • View Source
Back to top Generated by DocFX