BlockedSetCookieWithReasonCookie Property |
Version 99.2.120
The cookie object which represents the cookie which was not stored. It is optional because
sometimes complete cookie information is not available, such as in the case of parsing
errors.
Namespace:
CefSharp.DevTools.Network
Assembly:
CefSharp (in CefSharp.dll) Version: 99.2.120.0 (99.2.120.0)
Syntax public Cookie Cookie { get; set; }
public:
property Cookie^ Cookie {
Cookie^ get ();
void set (Cookie^ value);
}
Property Value
Type:
CookieSee Also