ICookieManagerVisitAllCookies Method  | 
Version 93.1.111 
            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: 93.1.111.0 (93.1.111.0)
Syntaxbool 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