Response.CretaedFromWebCache Field

IronWebScraper

ResponseCretaedFromWebCache Field

True if the Response was created from a cached version of the Url rather than from live data. See WebScraper.EnableWebCache() method, which is can be called from within the WebScraper.Init() method.

Namespace:  IronWebScraper
Assembly:  IronWebScraper (in IronWebScraper.dll) Version: 4.0.4.25470 (4.0.4.3)
Syntax
public bool CretaedFromWebCache
Public CretaedFromWebCache As Boolean

Field Value

Type: Boolean
See Also