UnsupportedWebResponse Constructor |
Namespace:
NScrape
Assembly:
NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax public 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 -> UnsupportedWebResponse
Parameters
- responseUrl
- Type: SystemUri
The URL of the response. - contentType
- Type: SystemString
Contains the MIME content type.
See Also