CefCookieManager DeleteCookies Method Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

Delete all cookies that match the specified parameters. If both |url| and values |cookie_name| are specified all host and domain cookies matching both will be deleted. If only |url| is specified all host cookies (but not domain cookies) irrespective of path will be deleted. If |url| is empty all cookies for all hosts and domains will be deleted. Returns false if a non- empty invalid URL is specified or if cookies cannot be accessed. This method must be called on the IO thread.

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public bool DeleteCookies(
	string url,
	string cookieName
)

Parameters

url
Type: OnlineSystem String

[Missing <param name="url"/> documentation for "M:Xilium.CefGlue.CefCookieManager.DeleteCookies(System.String,System.String)"]

cookieName
Type: OnlineSystem String

[Missing <param name="cookieName"/> documentation for "M:Xilium.CefGlue.CefCookieManager.DeleteCookies(System.String,System.String)"]

Return Value

Type: OnlineBoolean

[Missing <returns> documentation for "M:Xilium.CefGlue.CefCookieManager.DeleteCookies(System.String,System.String)"]

See Also