IDownloadBrowser Property  | 
 
                Gets the browser that initiated this download.
            
 
    Namespace: 
   DotNetBrowser.Downloads
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
SyntaxIBrowser Browser { get; }Property Value
Type: 
IBrowser
                The browser that initiated this download. Can be 
null if no
                
IBrowser is associated with this download.
            
See Also