Click or drag to resize

RedirectedWebResponse Constructor

Initializes a new instance of the RedirectedWebResponse class.

Namespace:  NScrape
Assembly:  NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax
public RedirectedWebResponse(
	Uri responseUrl,
	WebRequest request,
	Uri redirectUrl
)

Parameters

responseUrl
Type: SystemUri
The URL of the response.
request
Type: NScrapeWebRequest
The original web request.
redirectUrl
Type: SystemUri
The redirect URL of the response.
See Also