Class DownloadProgressEventArgs
DownloadProgress
public sealed class DownloadProgressEventArgs : EventArgs- Inheritance
- 
      
      
      DownloadProgressEventArgs
- Inherited Members
Properties
FilePath
Gets or sets the filePath
[JsonPropertyName("filePath")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? FilePath { get; set; }Property Value
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; }