Click or drag to resize

CefRequestContextCreateContext(CefRequestContext, CefRequestContextHandler) Method

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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static CefRequestContext CreateContext(
	CefRequestContext other,
	CefRequestContextHandler handler
)

Parameters

other  CefRequestContext
 
handler  CefRequestContextHandler
 

Return Value

CefRequestContext
See Also