DownloadProgressEventArgs Properties |
The DownloadProgressEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| LoadedBytes |
The number of bytes already downloaded.
| |
| Percentage |
The percentage of the progress.
| |
| Task |
The download task, the event is related to.
(Inherited from DownloadEventArgs.) | |
| TotalBytes |
The total number of bytes this HTTP(S) resource encompasses.
|