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: 2026.1.1.0 (2026.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 methodDisposeReleases all resources used by the CefDownloadItem
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalize
(Overrides ObjectFinalize)
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
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also