Click or drag to resize

CefRequestContextHandlerGetCookieManager Method

Called on the browser process IO thread to retrieve the cookie manager. If this method returns NULL the default cookie manager retrievable via CefRequestContext::GetDefaultCookieManager() will be used.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected abstract CefCookieManager GetCookieManager()

Return Value

Type: CefCookieManager
See Also