Click or drag to resize

ICookieManagerVisitAllCookies Method

Version 86.0.240
Visit all cookies on the UI thread. The returned cookies are ordered by longest path, then by earliest creation date.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
bool VisitAllCookies(
	ICookieVisitor visitor
)

Parameters

visitor
Type: CefSharpICookieVisitor
A user-provided Cookie Visitor implementation.

Return Value

Type: Boolean
Returns false if cookies cannot be accessed; otherwise, true.
See Also