CanGetCookiesParametersCookies Property |
Gets a collection of cookies that are going to be sent with the URL request.
Namespace:
DotNetBrowser.Net.Handlers
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.25.1
Syntax public IEnumerable<Cookie> Cookies { get; }
Property Value
Type:
IEnumerableCookieA collection of cookies that are going to be sent with the URL request.
See Also