Click or drag to resize

WebResponseValidatorValidatePlaintextResponse Method

Validates a WebResponse to be of type PlainText.

Namespace:  NScrape
Assembly:  NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax
public static PlainTextWebResponse ValidatePlaintextResponse(
	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: PlainTextWebResponse
The web response cast as a PlainTextWebResponse.
See Also