Click or drag to resize

ResponseReceivedExtraInfoEventArgsExemptedCookies Property

Version 130.1.90
A list of cookies which should have been blocked by 3PCD but are exempted and stored from the response with the corresponding reason.

Namespace: CefSharp.DevTools.Network
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public IList<ExemptedSetCookieWithReason> ExemptedCookies { get; }

Property Value

IListExemptedSetCookieWithReason
See Also