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