RequestWillBeSentExtraInfoEventArgsAssociatedCookies Property  | 
Version 102.0.100 
            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 blockedReason field set.
            
 
    Namespace: 
   CefSharp.DevTools.Network
    Assembly:
   CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntaxpublic IList<BlockedCookieWithReason> AssociatedCookies { get; }public:
property IList<BlockedCookieWithReason^>^ AssociatedCookies {
	IList<BlockedCookieWithReason^>^ get ();
}Property Value
Type: 
IListBlockedCookieWithReason
See Also