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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool VisitUrlCookies(
	string url,
	bool includeHttpOnly,
	CefCookieVisitor visitor
)

Parameters

url  String
 
includeHttpOnly  Boolean
 
visitor  CefCookieVisitor
 

Return Value

Boolean
See Also