WebRequest Constructor (WebRequestType) |
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
)
Protected Sub New (
type As WebRequestType
)
protected:
WebRequest(
WebRequestType type
)
new :
type : WebRequestType -> WebRequest
Parameters
- type
- Type: NScrapeWebRequestType
Specifies the type of web request.
See Also