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