ICookieManagerSetSupportedSchemes Method |
Version 55.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: 55.0.0.0 (55.0.0.0)
Syntax void SetSupportedSchemes(
params string[] schemes
)
void SetSupportedSchemes(
... array<String^>^ schemes
)
Parameters
- schemes
- Type: SystemString
The list of supported schemes.
See Also