Click or drag to resize

CefRequestContextGetDefaultCookieManager Method

Returns the default cookie manager for this object. This will be the global cookie manager if this object is the global request context. Otherwise, this will be the default cookie manager used when this request context does not receive a value via CefRequestContextHandler::GetCookieManager(). If |callback| is non-NULL it will be executed asnychronously on the IO thread after the manager's storage has been initialized.

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

Parameters

callback
Type: Internal.Xilium.CefGlueCefCompletionCallback

Return Value

Type: CefCookieManager
See Also