Property Cookies
- Namespace
- DotNetBrowser.Net.Handlers
- Assembly
- DotNetBrowser.dll
Cookies
Gets a collection of cookies that are going to be sent with the URL request.
public IEnumerable<Cookie> Cookies { get; }
Property Value
- IEnumerable<Cookie>
A collection of cookies that are going to be sent with the URL request.