Click or drag to resize

RequestContext Constructor (IRequestContext, IRequestContextHandler)

Version 86.0.240
Initializes a new instance of the RequestContext class

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 86.0.240.0
Syntax
public RequestContext(
	IRequestContext otherRequestContext,
	IRequestContextHandler requestContextHandler
)

Parameters

otherRequestContext
Type: CefSharpIRequestContext

[Missing <param name="otherRequestContext"/> documentation for "M:CefSharp.RequestContext.#ctor(CefSharp.IRequestContext,CefSharp.IRequestContextHandler)"]

requestContextHandler
Type: CefSharpIRequestContextHandler

[Missing <param name="requestContextHandler"/> documentation for "M:CefSharp.RequestContext.#ctor(CefSharp.IRequestContext,CefSharp.IRequestContextHandler)"]

See Also