RequestContextCreateContext Method |
Version 55.0.0
Creates a new context object that shares storage with other and uses an
optional handler.
Namespace: CefSharpAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 55.0.0.0
Syntax public static IRequestContext CreateContext(
IRequestContext other,
IRequestContextHandler requestContextHandler
)
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:
IRequestContextReturns a nre RequestContext
See Also