Show / Hide Table of Contents

Class TransferProgress

Reports the IProgress<T> of a transfer operation.

Inheritance
Object
TransferProgress
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 TransferProgress

Fields

| Improve this Doc View Source

Bytes

The cumuative number of bytes transfered for the Name.

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

Name

The name of the item being trasfered.

Declaration
public string Name
Field Value
Type Description
String

Typically, a relative file path.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX