Click or drag to resize
CookieManager Constructor
Version 63.0.0
Initializes a new instance of the CookieManager class

Namespace: CefSharp
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 63.0.0.0
Syntax
public CookieManager(
	string path,
	bool persistSessionCookies,
	ICompletionCallback callback
)

Parameters

path
Type: SystemString

[Missing <param name="path"/> documentation for "M:CefSharp.CookieManager.#ctor(System.String,System.Boolean,CefSharp.ICompletionCallback)"]

persistSessionCookies
Type: SystemBoolean

[Missing <param name="persistSessionCookies"/> documentation for "M:CefSharp.CookieManager.#ctor(System.String,System.Boolean,CefSharp.ICompletionCallback)"]

callback
Type: CefSharpICompletionCallback

[Missing <param name="callback"/> documentation for "M:CefSharp.CookieManager.#ctor(System.String,System.Boolean,CefSharp.ICompletionCallback)"]

See Also