Click or drag to resize
CookieManagerVisitUrlCookiesAsync Method
Version 55.0.0

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

Namespace: CefSharp
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 55.0.0.0
Syntax
public virtual Task<List<Cookie>> VisitUrlCookiesAsync(
	string url,
	bool includeHttpOnly
)

Parameters

url
Type: SystemString

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

includeHttpOnly
Type: SystemBoolean

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

Return Value

Type: TaskListCookie

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

Implements

ICookieManagerVisitUrlCookiesAsync(String, Boolean)
See Also