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.NetworkAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public IList<ExemptedSetCookieWithReason> ExemptedCookies { get; }
public:
property IList<ExemptedSetCookieWithReason^>^ ExemptedCookies {
IList<ExemptedSetCookieWithReason^>^ get ();
}
Property Value
IListExemptedSetCookieWithReasonSee Also