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