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.17.0
SyntaxIEnumerable<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