Click or drag to resize

BrowserClientCancelDownloadAsync Method

Version 94.4.20
Cancel a download if in progress

Namespace:  CefSharp.DevTools.Browser
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.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