Click or drag to resize

FetchClientEnableAsync Method

Version 86.0.240

[Missing <summary> documentation for "M:CefSharp.DevTools.Fetch.FetchClient.EnableAsync(System.Collections.Generic.IList{CefSharp.DevTools.Fetch.RequestPattern},System.Nullable{System.Boolean})"]

Namespace:  CefSharp.DevTools.Fetch
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public Task<DevToolsMethodResponse> EnableAsync(
	IList<RequestPattern> patterns = null,
	Nullable<bool> handleAuthRequests = null
)

Parameters

patterns (Optional)
Type: System.Collections.GenericIListRequestPattern

[Missing <param name="patterns"/> documentation for "M:CefSharp.DevTools.Fetch.FetchClient.EnableAsync(System.Collections.Generic.IList{CefSharp.DevTools.Fetch.RequestPattern},System.Nullable{System.Boolean})"]

handleAuthRequests (Optional)
Type: SystemNullableBoolean

[Missing <param name="handleAuthRequests"/> documentation for "M:CefSharp.DevTools.Fetch.FetchClient.EnableAsync(System.Collections.Generic.IList{CefSharp.DevTools.Fetch.RequestPattern},System.Nullable{System.Boolean})"]

Return Value

Type: TaskDevToolsMethodResponse

[Missing <returns> documentation for "M:CefSharp.DevTools.Fetch.FetchClient.EnableAsync(System.Collections.Generic.IList{CefSharp.DevTools.Fetch.RequestPattern},System.Nullable{System.Boolean})"]

See Also