Click or drag to resize

CookieIssueDetailsCookie Property

Version 102.0.100
If AffectedCookie is not set then rawCookieLine contains the raw Set-Cookie header string. This hints at a problem where the cookie line is syntactically or semantically malformed in a way that no valid cookie could be created.

Namespace:  CefSharp.DevTools.Audits
Assembly:  CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax
public AffectedCookie Cookie { get; set; }

Property Value

Type: AffectedCookie
See Also