Click or drag to resize

StartDownloadResponseCancel Method

Creates a StartDownloadResponse that notifies the engine that the file download should be canceled.

Namespace:  DotNetBrowser.Downloads.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public static StartDownloadResponse Cancel()

Return Value

Type: StartDownloadResponse
The StartDownloadResponse instance that can be used as a return value in StartDownloadHandler implementation.
See Also