Click or drag to resize
RequestContext Constructor (RequestContextSettings, IRequestContextHandler)
Version 63.0.0
Initializes a new instance of the RequestContext class

Namespace: CefSharp
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 63.0.0.0
Syntax
public RequestContext(
	RequestContextSettings settings,
	IRequestContextHandler requestContextHandler
)

Parameters

settings
Type: CefSharpRequestContextSettings

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

requestContextHandler
Type: CefSharpIRequestContextHandler

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

See Also