Click or drag to resize

DownloadItem Class

Version 130.1.90
Class used to represent a download item.
Inheritance Hierarchy
SystemObject
  CefSharpDownloadItem

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
public sealed class DownloadItem

The DownloadItem type exposes the following members.

Constructors
 NameDescription
Public methodDownloadItemInitializes a new instance of the DownloadItem class
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 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
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also