Click or drag to resize

UnsupportedWebResponse Constructor

Initializes a new instance of the UnsupportedWebResponse class.

Namespace:  NScrape
Assembly:  NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax
public UnsupportedWebResponse(
	Uri responseUrl,
	string contentType
)

Parameters

responseUrl
Type: SystemUri
The URL of the response.
contentType
Type: SystemString
Contains the MIME content type.
See Also