Click or drag to resize

CookieManagerSetSupportedSchemes Method

Version 75.1.140

[Missing <summary> documentation for "M:CefSharp.CookieManager.SetSupportedSchemes(System.String[],System.Boolean,CefSharp.ICompletionCallback)"]

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 75.1.140.0
Syntax
public virtual void SetSupportedSchemes(
	string[] schemes,
	bool includeDefaults,
	ICompletionCallback callback
)

Parameters

schemes
Type: SystemString

[Missing <param name="schemes"/> documentation for "M:CefSharp.CookieManager.SetSupportedSchemes(System.String[],System.Boolean,CefSharp.ICompletionCallback)"]

includeDefaults
Type: SystemBoolean

[Missing <param name="includeDefaults"/> documentation for "M:CefSharp.CookieManager.SetSupportedSchemes(System.String[],System.Boolean,CefSharp.ICompletionCallback)"]

callback
Type: CefSharpICompletionCallback

[Missing <param name="callback"/> documentation for "M:CefSharp.CookieManager.SetSupportedSchemes(System.String[],System.Boolean,CefSharp.ICompletionCallback)"]

Implements

ICookieManagerSetSupportedSchemes(String, Boolean, ICompletionCallback)
See Also