Click or drag to resize

RequestContextCreateContext Method

Version 75.1.140
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: 75.1.140.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 nre RequestContext
See Also