Click or drag to resize
CookieManagerSetStoragePath Method
Version 63.0.0

[Missing <summary> documentation for "M:CefSharp.CookieManager.SetStoragePath(System.String,System.Boolean,CefSharp.ICompletionCallback)"]

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

Parameters

path
Type: SystemString

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

persistSessionSookies
Type: SystemBoolean

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

callback
Type: CefSharpICompletionCallback

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:CefSharp.CookieManager.SetStoragePath(System.String,System.Boolean,CefSharp.ICompletionCallback)"]

Implements

ICookieManagerSetStoragePath(String, Boolean, ICompletionCallback)
See Also