Click or drag to resize

FetchClient.EnableAsync 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.Generic.IList<RequestPattern>

[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: System.Nullable<Boolean>

[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: Task<DevToolsMethodResponse>

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

See Also