Response.RequestlUrl Property

IronWebScraper

ResponseRequestlUrl Property

The Url from which the Response was requested. This may differ from FinalUrl if these was an http redirect.

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

Property Value

Type: String
See Also