Click or drag to resize

CefDownloadItem Class

Class used to represent a download item.
Inheritance Hierarchy
SystemObject
  Internal.Xilium.CefGlueCefDownloadItem

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public sealed class CefDownloadItem : IDisposable

The CefDownloadItem 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 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.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the CefDownloadItem
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize (Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
See Also