Click or drag to resize

RequestContextGetCookieManager Method

Version 86.0.240
Returns the default cookie manager for this object. This will be the global cookie manager if this object is the global request context.

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 86.0.240.0
Syntax
public virtual ICookieManager GetCookieManager(
	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

Implements

IRequestContextGetCookieManager(ICompletionCallback)
See Also