Click or drag to resize

FetchClientDisableAsync Method

Version 88.2.90
Disables the fetch domain.

Namespace:  CefSharp.DevTools.Fetch
Assembly:  CefSharp (in CefSharp.dll) Version: 88.2.90.0 (88.2.90.0)
Syntax
public Task<DevToolsMethodResponse> DisableAsync()

Return Value

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