UnsupportedWebResponse Constructor  | 
  
    Namespace: 
   NScrape
    Assembly:
   NScrape (in NScrape.dll) Version: 0.4.1.0
Syntaxpublic UnsupportedWebResponse(
	Uri responseUrl,
	string contentType
)
Public Sub New ( 
	responseUrl As Uri,
	contentType As String
)
public:
UnsupportedWebResponse(
	Uri^ responseUrl, 
	String^ contentType
)
new : 
        responseUrl : Uri * 
        contentType : string -> UnsupportedWebResponseParameters
- responseUrl
 - Type: SystemUri
The URL of the response. - contentType
 - Type: SystemString
Contains the MIME content type. 
See Also