Click or drag to resize

CefCookieManagerGetGlobal Method

Returns the global cookie manager. By default data will be stored at CefSettings.cache_path if specified or in memory otherwise. If |callback| is non-NULL it will be executed asnychronously on the IO thread after the manager's storage has been initialized. Using this method is equivalent to calling CefRequestContext::GetGlobalContext()->GetDefaultCookieManager().

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static CefCookieManager GetGlobal(
	CefCompletionCallback callback
)

Parameters

callback  CefCompletionCallback
 

Return Value

CefCookieManager
See Also