DownloadItem Properties |
The DownloadItem type exposes the following members.
Name | Description | |
---|---|---|
![]() | ContentDisposition |
Returns the content disposition.
|
![]() | CurrentSpeed |
Returns a simple speed estimate in bytes/s.
|
![]() | EndTime |
Returns the time that the download ended
|
![]() | FullPath |
Returns the full path to the downloaded or downloading file.
|
![]() | Id |
Returns the unique identifier for this download.
|
![]() | IsCancelled |
Returns true if the download has been canceled or interrupted.
|
![]() | IsComplete |
Returns true if the download is complete.
|
![]() | IsInProgress |
Returns true if the download is in progress.
|
![]() | IsValid |
Returns true if this object is valid. Do not call any other methods if this function returns false.
|
![]() | MimeType |
Returns the mime type.
|
![]() | OriginalUrl |
Returns the URL as it was before any redirects.
|
![]() | PercentComplete |
Returns the rough percent complete or -1 if the receive total size is unknown.
|
![]() | ReceivedBytes |
Returns the number of received bytes.
|
![]() | StartTime |
Returns the time that the download started
|
![]() | SuggestedFileName |
Returns the suggested file name.
|
![]() | TotalBytes |
Returns the total number of bytes.
|
![]() | Url |
Returns the URL.
|