Click or drag to resize

DownloadItem Properties

Version 130.1.90

The DownloadItem type exposes the following members.

Properties
 NameDescription
Public propertyContentDisposition Returns the content disposition.
Public propertyCurrentSpeed Returns a simple speed estimate in bytes/s.
Public propertyEndTime Returns the time that the download ended
Public propertyFullPath Returns the full path to the downloaded or downloading file.
Public propertyId Returns the unique identifier for this download.
Public propertyIsCancelled Returns true if the download has been canceled or interrupted.
Public propertyIsComplete Returns true if the download is complete.
Public propertyIsInProgress Returns true if the download is in progress.
Public propertyIsValid Returns true if this object is valid. Do not call any other methods if this function returns false.
Public propertyMimeType Returns the mime type.
Public propertyOriginalUrl Returns the URL as it was before any redirects.
Public propertyPercentComplete Returns the rough percent complete or -1 if the receive total size is unknown.
Public propertyReceivedBytes Returns the number of received bytes.
Public propertyStartTime Returns the time that the download started
Public propertySuggestedFileName Returns the suggested file name.
Public propertyTotalBytes Returns the total number of bytes.
Public propertyUrl Returns the URL.
Top
See Also