Class FileHelper.DownloadProgress
Inherited Members
Namespace: mk.helpers
Assembly: mk.helpers.dll
Syntax
public class FileHelper.DownloadProgress
Properties
BytesDownloaded
Declaration
public long BytesDownloaded { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
Progress
Declaration
public double? Progress { get; }
Property Value
| Type | Description |
|---|---|
| double? |
TotalBytes
Declaration
public long? TotalBytes { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |