RequestWillBeSentExtraInfoEventArgsAssociatedCookies Property |
Version 130.1.90
A list of cookies potentially associated to the requested URL. This includes both cookies sent with
the request and the ones not sent; the latter are distinguished by having blockedReasons field set.
Namespace: CefSharp.DevTools.NetworkAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public IList<AssociatedCookie> AssociatedCookies { get; }
public:
property IList<AssociatedCookie^>^ AssociatedCookies {
IList<AssociatedCookie^>^ get ();
}
Property Value
IListAssociatedCookieSee Also