Click or drag to resize

CefRequestContextCreateContext Method (CefRequestContext, CefRequestContextHandler)

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

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static CefRequestContext CreateContext(
	CefRequestContext other,
	CefRequestContextHandler handler
)

Parameters

other
Type: Internal.Xilium.CefGlueCefRequestContext
handler
Type: Internal.Xilium.CefGlueCefRequestContextHandler

Return Value

Type: CefRequestContext
See Also