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.25.1
Syntax 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