BlockedCookieWithReasonCookie Property |
Version 88.2.90
The cookie object representing the cookie which was not sent.
Namespace:
CefSharp.DevTools.Network
Assembly:
CefSharp (in CefSharp.dll) Version: 88.2.90.0 (88.2.90.0)
Syntax public Cookie Cookie { get; set; }
public:
property Cookie^ Cookie {
Cookie^ get ();
void set (Cookie^ value);
}
Property Value
Type:
CookieSee Also