Click or drag to resize
CookieManagerSetStoragePath Method
Version 55.0.0

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

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

Parameters

path
Type: SystemString

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

persistSessionSookies
Type: SystemBoolean

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

Return Value

Type: Boolean

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

Implements

ICookieManagerSetStoragePath(String, Boolean)
See Also