ICookieManagerSetSupportedSchemes Method |
Version 63.0.0
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: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax void SetSupportedSchemes(
string[] schemes,
ICompletionCallback callback = null
)
void SetSupportedSchemes(
array<String^>^ schemes,
ICompletionCallback^ callback = nullptr
)
Parameters
- schemes
- Type: SystemString
The list of supported schemes. - callback (Optional)
- Type: CefSharpICompletionCallback
If non-NULL it will be executed asnychronously on the CEF IO thread after the change has been applied.
See Also