WebRequest Constructor (WebRequestType, Uri) |
Initializes a new instance of the
WebRequest class.
Namespace:
NScrape
Assembly:
NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax protected WebRequest(
WebRequestType type,
Uri destination
)
Protected Sub New (
type As WebRequestType,
destination As Uri
)
protected:
WebRequest(
WebRequestType type,
Uri^ destination
)
new :
type : WebRequestType *
destination : Uri -> WebRequest
Parameters
- type
- Type: NScrapeWebRequestType
Specifies the type of web request. - destination
- Type: SystemUri
Specifies the destination of the request.
See Also