IDownload |
The IDownloadService type exposes the following members.
| Name | Description | |
|---|---|---|
| ChunkDownloadProgressChanged | Event that is raised periodically during the download operation to report the progress of a single chunk download. The event handler is passed a DownloadProgressChangedEventArgs object that contains information about the progress of the chunk download, such as the number of bytes downloaded and the total chunk size. | |
| DownloadFileCompleted | Event that is raised when the download operation is completed. The event handler is passed an AsyncCompletedEventArgs object that contains information about the completion status of the operation. | |
| DownloadProgressChanged | Event that is raised periodically during the download operation to report the progress of the download. The event handler is passed a DownloadProgressChangedEventArgs object that contains information about the progress of the download, such as the number of bytes downloaded and the total file size. | |
| DownloadStarted | Event that is raised when the download operation starts. The event handler is passed a DownloadStartedEventArgs object that contains information about the download operation, such as the download URL and the local file path. |