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: System.Uri
The URL of the response.
request
Type: NScrape.WebRequest
The original web request.
redirectUrl
Type: System.Uri
The redirect URL of the response.
See Also