Click or drag to resize

ImageWebResponse Constructor (Boolean, Uri, Bitmap)

Note: This API is now obsolete.

Initializes a new instance of the ImageWebResponse class.

Namespace:  NScrape
Assembly:  NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax
[ObsoleteAttribute("Please use ImageWebResponse( bool, HttpWebResponse ) instead.")]
public ImageWebResponse(
	bool success,
	Uri responseUrl,
	Bitmap image
)

Parameters

success
Type: SystemBoolean
true if the response is considered successful, false otherwise.
responseUrl
Type: SystemUri
The URL of the response.
image
Type: System.DrawingBitmap
The image of the response.
Remarks
Deprecated; please use ImageWebResponse(Boolean, HttpWebResponse) instead.
See Also