Click or drag to resize
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: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 51.0.0.0 (51.0.0.0)
Syntax
void SetSupportedSchemes(
	params string[] schemes
)

Parameters

schemes
Type: SystemString
The list of supported schemes.
See Also