struct LoadingProgress
😔 No documentation found.
public double Fraction { get; set; }
A value between 0 and 1, to show a progress bar
public double Mbps { get; set; }
The current transfer rate in Megabits per second. 0 is none.
public double Percent { get; }
Delta multipled by 100
public double TotalSize { get; set; }
The total size of what we're trying to download
public string Title { get; set; }
😔 No documentation found.
public TimeSpan CalculateETA( )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.