Click or drag to resize

RequestContextCreateContext Method

Version 86.0.240
Creates a new context object that shares storage with other and uses an optional handler.

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 86.0.240.0
Syntax
public static IRequestContext CreateContext(
	IRequestContext other,
	IRequestContextHandler requestContextHandler
)

Parameters

other
Type: CefSharpIRequestContext
shares storage with this RequestContext
requestContextHandler
Type: CefSharpIRequestContextHandler
optional requestContext handler

Return Value

Type: IRequestContext
Returns a new RequestContext
See Also