Click or drag to resize
RequestContextCreateContext Method
Version 57.0.0

[Missing <summary> documentation for "M:CefSharp.RequestContext.CreateContext(CefSharp.IRequestContext,CefSharp.IRequestContextHandler)"]

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

Parameters

other
Type: CefSharpIRequestContext

[Missing <param name="other"/> documentation for "M:CefSharp.RequestContext.CreateContext(CefSharp.IRequestContext,CefSharp.IRequestContextHandler)"]

requestContextHandler
Type: CefSharpIRequestContextHandler

[Missing <param name="requestContextHandler"/> documentation for "M:CefSharp.RequestContext.CreateContext(CefSharp.IRequestContext,CefSharp.IRequestContextHandler)"]

Return Value

Type: IRequestContext

[Missing <returns> documentation for "M:CefSharp.RequestContext.CreateContext(CefSharp.IRequestContext,CefSharp.IRequestContextHandler)"]

See Also