Click or drag to resize

DefaultStartDownloadHandlerHandle Method

This method is called when the Chromium callback needs a response that may be determined based on the provided parameters.

Namespace:  DotNetBrowser.WinForms.Dialogs
Assembly:  DotNetBrowser.WinForms (in DotNetBrowser.WinForms.dll) Version: 2.16.0
Syntax
C#
public StartDownloadResponse Handle(
	StartDownloadParameters startDownloadParameters
)

Parameters

startDownloadParameters
Type: DotNetBrowser.Downloads.HandlersStartDownloadParameters
the item for which the download is about to be started.

Return Value

Type: StartDownloadResponse
an object that represents the response that should be determined based on the provided parameters.

Implements

IHandlerTParameters, TResponseHandle(TParameters)
See Also