Click or drag to resize

CefCookieManagerVisitAllCookies Method

Visit all cookies on the IO thread. 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 VisitAllCookies(
	CefCookieVisitor visitor
)

Parameters

visitor
Type: Internal.Xilium.CefGlueCefCookieVisitor

Return Value

Type: Boolean
See Also