IRequestContextHandlerGetCookieManager Method |
Version 55.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: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 55.0.0.0 (55.0.0.0)
Syntax ICookieManager GetCookieManager()
ICookieManager^ GetCookieManager()
Return Value
Type:
ICookieManagerIf
this method returns null the default cookie manager retrievable via
IRequestContext.GetDefaultCookieManager() will be used..
See Also