Click or drag to resize
RequestContextCreateContext Method
Version 63.0.0
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: 63.0.0.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