Click or drag to resize

IRequestContextHandlerGetCookieManager Method

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

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 67.0.0.0 (67.0.0.0)
Syntax
ICookieManager GetCookieManager()

Return Value

Type: ICookieManager
If this method returns null the default cookie manager retrievable via IRequestContext.GetDefaultCookieManager() will be used..
See Also