Click or drag to resize
IRequestContextHandlerGetCookieManager Method
Version 63.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: 63.0.0.0 (63.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