[This is preliminary documentation and is subject to change.]
The CefDownloadItem type exposes the following members.Properties
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.
| |
IsCanceled |
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 original URL before any redirections.
| |
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.
|
See Also