Class BandwidthData
The statistics for BandwidthAsync(CancellationToken).
Inherited Members
Namespace: Ipfs.CoreApi
Assembly: Ipfs.Core.dll
Syntax
public class BandwidthData
Fields
| Improve this Doc View SourceRateIn
TODO
Declaration
public double RateIn
Field Value
Type | Description |
---|---|
Double |
RateOut
TODO
Declaration
public double RateOut
Field Value
Type | Description |
---|---|
Double |
TotalIn
The number of bytes received.
Declaration
public ulong TotalIn
Field Value
Type | Description |
---|---|
UInt64 |
TotalOut
The number of bytes sent.
Declaration
public ulong TotalOut
Field Value
Type | Description |
---|---|
UInt64 |