Download |
The DownloadProgressChangedEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| ActiveChunks | Gets the number of chunks being downloaded currently. | |
| AverageBytesPerSecondSpeed | Average download speed | |
| BytesPerSecondSpeed | How many bytes downloaded per second | |
| ProgressedByteSize | How many bytes progressed per this time | |
| ProgressId | Progress unique identity | |
| ProgressPercentage | Gets the asynchronous task progress percentage. | |
| ReceivedBytes | Gets the received bytes. | |
| ReceivedBytesSize | Gets the number of received bytes. | |
| TotalBytesToReceive | Gets the total number of bytes in a System.Net.WebClient data download operation. |