Click or drag to resize

RequestContext Constructor (IRequestContextHandler)

Version 92.0.260
Initializes a new instance of the RequestContext class.

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 92.0.260.0
Syntax
public RequestContext(
	IRequestContextHandler requestContextHandler
)

Parameters

requestContextHandler
Type: CefSharpIRequestContextHandler
handler
See Also