Class DownloadProgressEventArgs
DownloadProgress
public sealed class DownloadProgressEventArgs : EventArgs
- Inheritance
-
DownloadProgressEventArgs
- Inherited Members
Properties
Guid
Gets or sets the guid
[JsonPropertyName("guid")]
public string Guid { get; set; }
Property Value
ReceivedBytes
Gets or sets the receivedBytes
[JsonPropertyName("receivedBytes")]
public double ReceivedBytes { get; set; }
Property Value
State
Gets or sets the state
[JsonPropertyName("state")]
public string State { get; set; }
Property Value
TotalBytes
Gets or sets the totalBytes
[JsonPropertyName("totalBytes")]
public double TotalBytes { get; set; }