/// <inheritdoc/>
 public RequestContext(CefSharp.IRequestContext otherRequestContext, CefSharp.IRequestContextHandler requestContextHandler) : base(otherRequestContext, requestContextHandler)
 {
 }
Example #2
0
 public RequestContext(CefSharp.RequestContextSettings settings, CefSharp.IRequestContextHandler requestContextHandler)
 {
 }
Example #3
0
 public static CefSharp.IRequestContext CreateContext(CefSharp.IRequestContext other, CefSharp.IRequestContextHandler requestContextHandler)
 {
     throw null;
 }
Example #4
0
 public RequestContext(CefSharp.IRequestContextHandler requestContextHandler)
 {
 }