File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
CefSharp.Core.Runtime.RefAssembly Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,8 @@ public CefSettingsBase() { }
112112 public System . Collections . Generic . IEnumerable < CefSharp . CefCustomScheme > CefCustomSchemes { get { throw null ; } }
113113 public bool ChromeRuntime { get { throw null ; } set { } }
114114 public bool CommandLineArgsDisabled { get { throw null ; } set { } }
115+ public bool CookieableSchemesExcludeDefaults { get { throw null ; } set { } }
116+ public string CookieableSchemesList { get { throw null ; } set { } }
115117 public bool ExternalMessagePump { get { throw null ; } set { } }
116118 public bool IgnoreCertificateErrors { get { throw null ; } set { } }
117119 public string JavascriptFlags { get { throw null ; } set { } }
@@ -303,6 +305,8 @@ public partial class RequestContextSettings : System.IDisposable
303305 public RequestContextSettings ( ) { }
304306 public string AcceptLanguageList { get { throw null ; } set { } }
305307 public string CachePath { get { throw null ; } set { } }
308+ public bool CookieableSchemesExcludeDefaults { get { throw null ; } set { } }
309+ public string CookieableSchemesList { get { throw null ; } set { } }
306310 public bool IgnoreCertificateErrors { get { throw null ; } set { } }
307311 public bool PersistSessionCookies { get { throw null ; } set { } }
308312 public bool PersistUserPreferences { get { throw null ; } set { } }
You can’t perform that action at this time.
0 commit comments