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.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxprotected abstract CefCookieManager GetCookieManager()
Return Value
CefCookieManager
See Also