Returns the global cookie manager. By default data will be stored at CefSettings.CachePath if specified or in memory otherwise. Using this method is equivalent to calling Cef.GetGlobalRequestContext().GetCookieManager() The cookie managers storage is created in an async fashion, whilst this method may return a cookie manager instance, there may be a short delay before you can Get/Write cookies. To be sure the cookie manager has been initialized use one of the following - Access the ICookieManager after ICompletionCallback.OnComplete has been called - Access the ICookieManager instance in IBrowserProcessHandler.OnContextInitialized. - Use the ChromiumWebBrowser BrowserInitialized (OffScreen) or IsBrowserInitializedChanged (WinForms/WPF) events.
Namespace: CefSharpCefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntaxpublic static ICookieManager GetGlobalCookieManager( ICompletionCallback callback = null )
public: static ICookieManager^ GetGlobalCookieManager( ICompletionCallback^ callback = nullptr )Parameters
Type:
ICookieManagerA the global cookie manager or null if the RequestContext has not yet been initialized.
See AlsoRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4