Click or drag to resize

IDownloadsItems Property

Gets an immutable collection of all download items including already completed downloads during this session and the active downloads.

Namespace:  DotNetBrowser.Downloads
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
IEnumerable<IDownload> Items { get; }

Property Value

Type: IEnumerableIDownload
The collection of all download items including already completed downloads during this session and the active downloads.
See Also