IBrowserStartDownloadHandler Property |
Namespace: DotNetBrowser.Browser
IHandler<StartDownloadParameters, StartDownloadResponse> StartDownloadHandler { get; set; }
Exception | Condition |
---|---|
ObjectDisposedException | The IDownloads has already been disposed. |
Use the DownloadTo(String) method to confirm the download and specify the location to store the downloaded file.
Use theCancel method if you do not need to download the file.
If an exception occurs inside the handler implementation, the default behavior will be applied - the method Cancel will be used.