Click or drag to resize

CefGetGlobalCookieManager Method

Version 67.0.0
Returns the global cookie manager.

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 67.0.0.0
Syntax
public static ICookieManager GetGlobalCookieManager()

Return Value

Type: ICookieManager
A the global cookie manager
See Also