DownloadStatus Properties |
The DownloadStatus type exposes the following members.
Name | Description | |
---|---|---|
Aborted |
Indicates whether the download was aborted.
|
|
BytesReceived |
The number of bytes received so far during the download process.
|
|
CurrentFileName |
The name of the file currently being downloaded.
|
|
CurrentFileSize |
The size of the file currently being downloaded.
|
|
FileBytesReceived |
The number of bytes received of the currently downloading file.
Remarks For multiple file downloads, this number resets with each new file that is received.
|
|
FileCompletionPercent |
The completion percent, from 0 to 100, of the currently downloading file.
|
|
Finished |
Indicates whether the current download has completed.
|
|
TotalCompletionPercent |
The completion percentage of the total download.
|
|
TotalFileBytes |
The total number of bytes that are to be transmitted across all files.
|