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