Click or drag to resize
CookieManagerSetSupportedSchemes Method
Version 63.0.0

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

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

Parameters

schemes
Type: SystemString

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

callback
Type: CefSharpICompletionCallback

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

Implements

ICookieManagerSetSupportedSchemes(String, ICompletionCallback)
See Also