Click or drag to resize

WebResponseValidatorValidateRedirectResponse Method

Validates a WebResponse to be of type Redirect.

Namespace:  NScrape
Assembly:  NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax
public static RedirectedWebResponse ValidateRedirectResponse(
	WebResponse response,
	string message
)

Parameters

response
Type: NScrapeWebResponse
The web response to be validated.
message
Type: SystemString
The error message to be used to generate an exception if the validation fails.

Return Value

Type: RedirectedWebResponse
The web response cast as a RedirectedWebResponse.
See Also