Click or drag to resize
DownloadStatus Properties

The DownloadStatus type exposes the following members.

Properties
  Name Description
Public property Aborted
Indicates whether the download was aborted.
Public property BytesReceived
The number of bytes received so far during the download process.
Public property CurrentFileName
The name of the file currently being downloaded.
Public property CurrentFileSize
The size of the file currently being downloaded.
Public property 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.
Public property FileCompletionPercent
The completion percent, from 0 to 100, of the currently downloading file.
Public property Finished
Indicates whether the current download has completed.
Public property TotalCompletionPercent
The completion percentage of the total download.
Public property TotalFileBytes
The total number of bytes that are to be transmitted across all files.
Top
See Also