Click or drag to resize

BlockedSetCookieWithReasonCookie Property

Version 86.0.240
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: 86.0.240.0 (86.0.240.0)
Syntax
public Cookie Cookie { get; set; }

Property Value

Type: Cookie
See Also