RequestContextSettingsCookieableSchemesExcludeDefaults Property  | 
Version 106.0.290 
            If CookieableSchemesExcludeDefaults is false the
            default schemes ("http", "https", "ws" and "wss") will also be supported.
            Specifying a CookieableSchemesList value and setting
            CookieableSchemesExcludeDefaults to true will disable all loading
            and saving of cookies for this manager. This value will be ignored if
            
CachePath matches the 
CachePath value.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp.Core (in CefSharp.Core.dll) Version: 106.0.290.0
Syntaxpublic bool CookieableSchemesExcludeDefaults { get; set; }public:
property bool CookieableSchemesExcludeDefaults {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Boolean
See Also