CefDownloadItem MembersXilium.CefGlue

[This is preliminary documentation and is subject to change.]

The CefDownloadItem type exposes the following members.
Methods

  NameDescription
Public methodDispose
Releases all resources used by the CefDownloadItem
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodFinalize (Overrides OnlineObject Finalize .)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Back to Top
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 propertyIsCanceled
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 original URL before any redirections.
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.
Back to Top
See Also