HttpIdentity.Cookies Property

IronWebScraper

HttpIdentityCookies Property

A "Cookie Jar" which persists http cookies for this browser identity.

Namespace:  IronWebScraper
Assembly:  IronWebScraper (in IronWebScraper.dll) Version: 4.0.4.25470 (4.0.4.3)
Syntax
public CookieContainer Cookies { get; }
Public ReadOnly Property Cookies As CookieContainer
	Get

Property Value

Type: CookieContainer
See Also