Click or drag to resize

TextWebResponse Constructor (Boolean, WebResponseType, HttpWebResponse)

Initializes a new instance of the TextWebResponse class.

Namespace:  NScrape
Assembly:  NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax
protected TextWebResponse(
	bool success,
	WebResponseType responseType,
	HttpWebResponse webResponse
)

Parameters

success
Type: SystemBoolean
true if the response is considered successful, false otherwise.
responseType
Type: NScrapeWebResponseType
The type of response.
webResponse
Type: System.NetHttpWebResponse
The web response object.
See Also