Click or drag to resize
RequestContextGetDefaultCookieManager Method
Version 57.0.0

[Missing <summary> documentation for "M:CefSharp.RequestContext.GetDefaultCookieManager(CefSharp.ICompletionCallback)"]

Namespace: CefSharp
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 57.0.0.0
Syntax
public virtual ICookieManager GetDefaultCookieManager(
	ICompletionCallback callback
)

Parameters

callback
Type: CefSharpICompletionCallback

[Missing <param name="callback"/> documentation for "M:CefSharp.RequestContext.GetDefaultCookieManager(CefSharp.ICompletionCallback)"]

Return Value

Type: ICookieManager

[Missing <returns> documentation for "M:CefSharp.RequestContext.GetDefaultCookieManager(CefSharp.ICompletionCallback)"]

Implements

IRequestContextGetDefaultCookieManager(ICompletionCallback)
See Also