Click or drag to resize

BrowserClientCancelDownloadAsync Method

Version 98.1.210
Cancel a download if in progress

Namespace:  CefSharp.DevTools.Browser
Assembly:  CefSharp (in CefSharp.dll) Version: 98.1.210.0 (98.1.210.0)
Syntax
public Task<DevToolsMethodResponse> CancelDownloadAsync(
	string guid,
	string browserContextId = null
)

Parameters

guid
Type: SystemString
Global unique identifier of the download.
browserContextId (Optional)
Type: SystemString
BrowserContext to perform the action in. When omitted, default browser context is used.

Return Value

Type: TaskDevToolsMethodResponse
returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also