A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://cefsharp.github.io/api/118.6.x/html/M_CefSharp_Cef_GetGlobalCookieManager.htm below:

CefGetGlobalCookieManager Method Version 118.6.80

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:  CefSharp
Assembly:

CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0

Syntax
public static ICookieManager GetGlobalCookieManager(
	ICompletionCallback callback = null
)
public:
static ICookieManager^ GetGlobalCookieManager(
	ICompletionCallback^ callback = nullptr
)
Parameters
callback (Optional)
Type: CefSharpICompletionCallback
If non-NULL it will be executed asynchronously on the CEF UI thread after the manager's storage has been initialized.
Return Value

Type:

ICookieManager

A the global cookie manager or null if the RequestContext has not yet been initialized.

See Also

RetroSearch 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