Click or drag to resize
IRequestContextGetDefaultCookieManager Method
Version 51.0.0
Returns the default cookie manager for this object. This will be the global cookie manager if this object is the global request context. Otherwise, this will be the default cookie manager used when this request context does not receive a value via IRequestContextHandler.GetCookieManager().

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 51.0.0.0 (51.0.0.0)
Syntax
ICookieManager GetDefaultCookieManager(
	ICompletionCallback callback
)

Parameters

callback
Type: CefSharpICompletionCallback
If callback is non-NULL it will be executed asnychronously on the CEF IO thread after the manager's storage has been initialized.

Return Value

Type: ICookieManager
Returns the default cookie manager for this object
See Also