Click or drag to resize

StartDownloadParametersDownload Property

Gets the download which is about to be started.

Namespace:  DotNetBrowser.Downloads.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public IDownload Download { get; }

Property Value

Type: IDownload
The download which is about to be started.
See Also