GetCookiesResponseCookies Property  | 
Version 106.0.290 
            cookies
            
 
    Namespace: 
   CefSharp.DevTools.Storage
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxpublic IList<Cookie> Cookies { get; }public:
property IList<Cookie^>^ Cookies {
	IList<Cookie^>^ get ();
}Property Value
Type: 
IListCookie
See Also