CefCookieManager SetSupportedSchemes Method Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

Set the schemes supported by this manager. By default only "http" and "https" schemes are supported. Must be called before any cookies are accessed.

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public void SetSupportedSchemes(
	string[] schemes
)

Parameters

schemes
Type:  OnlineSystem String 

[Missing <param name="schemes"/> documentation for "M:Xilium.CefGlue.CefCookieManager.SetSupportedSchemes(System.String[])"]

See Also