GetCookiesResponseCookies Property |
Version 104.4.240
cookies
Namespace:
CefSharp.DevTools.Storage
Assembly:
CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntax public IList<Cookie> Cookies { get; }
public:
property IList<Cookie^>^ Cookies {
IList<Cookie^>^ get ();
}
Property Value
Type:
IListCookieSee Also