Class FileDownloadProgress
Provides the progress information of a download.
Namespace: Esri.ArcGISRuntime.Toolkit
Assembly: Esri.ArcGISRuntime.Toolkit.Maui.dll
Syntax
public class FileDownloadProgress
Properties
Name | Description |
---|---|
Percentage | Gets the percentage of the download completed if available. |
TotalBytes | Gets the total number of bytes downloaded so far. |
TotalLength | Gets the total size of the download, if available. |