Click or drag to resize

CefCookieManagerVisitUrlCookies Method

Visit a subset of cookies on the IO thread. The results are filtered by the given url scheme, host, domain and path. If |includeHttpOnly| is true HTTP-only cookies will also be included in the results. The returned cookies are ordered by longest path, then by earliest creation date. Returns false if cookies cannot be accessed.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool VisitUrlCookies(
	string url,
	bool includeHttpOnly,
	CefCookieVisitor visitor
)

Parameters

url
Type: SystemString
includeHttpOnly
Type: SystemBoolean
visitor
Type: Internal.Xilium.CefGlueCefCookieVisitor

Return Value

Type: Boolean
See Also