Click or drag to resize

WebResponseValidatorValidateResponse Method (WebResponse, WebResponseType, String)

Validates a WebResponse to be of a given range of types.

Namespace:  NScrape
Assembly:  NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax
public static WebResponse ValidateResponse(
	WebResponse response,
	WebResponseType[] validTypes,
	string message
)

Parameters

response
Type: NScrapeWebResponse
The web response to be validated.
validTypes
Type: NScrapeWebResponseType
The range of valid web response types.
message
Type: SystemString
The error message to be used to generate an exception if the validation fails.

Return Value

Type: WebResponse
The web response.
Exceptions
ExceptionCondition
ExceptionThe web response is not valid.
See Also