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.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic void SetSupportedSchemes(
string[] schemes,
CefCompletionCallback callback
)
Parameters
- schemes String
-
- callback CefCompletionCallback
-
See Also