CefDownloadItem Class |
Namespace: Internal.Xilium.CefGlue
public sealed class CefDownloadItem : IDisposable
The CefDownloadItem type exposes the following members.
| 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.
|
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the CefDownloadItem | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | (Overrides ObjectFinalize.) | |
| 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.) |
| Name | Description | |
|---|---|---|
| MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx.) | |
| PropertyGet(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
| PropertyGetT(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
| PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx.) |