struct
LoadingProgress
public sealed struct LoadingProgress Properties
| Name | Type | Description |
|---|---|---|
Title | String | |
Fraction | Double | A value between 0 and 1, to show a progress bar |
Mbps | Double | The current transfer rate in Megabits per second. 0 is none. |
Percent | Double | Delta multipled by 100 |
TotalSize | Double | The total size of what we're trying to download |
Methods
TimeSpan CalculateETA()