Skip to content

Commit b3abf22

Browse files
committed
Net Core - Update Ref Assembly
1 parent 58369fa commit b3abf22

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CefSharp.Core.Runtime.RefAssembly/CefSharp.Core.Runtime.netcore.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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 { } }

0 commit comments

Comments
 (0)