DownloadItem Class | 
Namespace: CefSharp
The DownloadItem type exposes the following members.
| Name | Description | |
|---|---|---|
| DownloadItem | Initializes a new instance of the DownloadItem class  | 
| 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.
              | 
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function.  (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) |