Click or drag to resize

JsonWebResponse Constructor (Boolean, HttpWebResponse)

Initializes a new instance of the JsonWebResponse class.

Namespace:  NScrape
Assembly:  NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax
public JsonWebResponse(
	bool success,
	HttpWebResponse webResponse
)

Parameters

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