ICookieManagerSetSupportedSchemes Method |
Version 51.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: 51.0.0.0 (51.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