IDownloadBrowser Property |
Gets the browser that initiated this download.
Namespace:
DotNetBrowser.Downloads
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.25.1
Syntax IBrowser 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