Click or drag to resize

IDownloads Interface

A service that can be used to work with the downloads.

Namespace:  DotNetBrowser.Downloads
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public interface IDownloads

The IDownloads type exposes the following members.

Properties
  NameDescription
Public propertyEngine
Gets the IEngine instance associated with this object.
Public propertyItems
Gets an immutable collection of all download items including already completed downloads during this session and the active downloads.
Public propertyProfile
Gets the IProfile instance associated with this object.
Top
See Also