Click or drag to resize

ResponseReceivedExtraInfoEventArgsBlockedCookies Property

Version 94.4.20
A list of cookies which were not stored from the response along with the corresponding reasons for blocking. The cookies here may not be valid due to syntax errors, which are represented by the invalid cookie line string instead of a proper cookie.

Namespace:  CefSharp.DevTools.Network
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public IList<BlockedSetCookieWithReason> BlockedCookies { get; }

Property Value

Type: IListBlockedSetCookieWithReason
See Also