Click or drag to resize

RequestContext Constructor (RequestContextSettings)

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(
	RequestContextSettings settings
)

Parameters

settings
Type: CefSharpRequestContextSettings
request context settings, used to set CachePath etc
See Also