Click or drag to resize

RequestWillBeSentExtraInfoEventArgsAssociatedCookies Property

Version 94.4.20
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: 94.4.20.0 (94.4.20.0)
Syntax
public IList<BlockedCookieWithReason> AssociatedCookies { get; }

Property Value

Type: IListBlockedCookieWithReason
See Also