ICookieManagerVisitAllCookies Method |
Version 63.0.0
Visits all cookies using the provided Cookie Visitor. The returned cookies are sorted by longest path, then by earliest creation date.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax bool VisitAllCookies(
ICookieVisitor visitor
)
bool VisitAllCookies(
ICookieVisitor^ visitor
)
Parameters
- visitor
- Type: CefSharpICookieVisitor
A user-provided Cookie Visitor implementation.
Return Value
Type:
BooleanReturns false if cookies cannot be accessed; otherwise, true.
See Also