Click or drag to resize

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.13.0
Syntax
C#
public IEnumerable<Cookie> Cookies { get; }

Property Value

Type: IEnumerableCookie
A collection of cookies that are going to be sent with the URL request.
See Also