Click or drag to resize

CefRequestContextCreateContext(CefRequestContextSettings, CefRequestContextHandler) Method

Creates a new context object with the specified |settings| and 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(
	CefRequestContextSettings settings,
	CefRequestContextHandler handler
)

Parameters

settings  CefRequestContextSettings
 
handler  CefRequestContextHandler
 

Return Value

CefRequestContext
See Also