Click or drag to resize

CefCookieManagerSetSupportedSchemes Method

Set the schemes supported by this manager. The default schemes ("http", "https", "ws" and "wss") will always be supported. If |callback| is non- NULL it will be executed asnychronously on the IO thread after the change has been applied. Must be called before any cookies are accessed.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void SetSupportedSchemes(
	string[] schemes,
	CefCompletionCallback callback
)

Parameters

schemes
Type: SystemString
callback
Type: Internal.Xilium.CefGlueCefCompletionCallback
See Also