Click or drag to resize

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
)

Parameters

type
Type: NScrapeWebRequestType
Specifies the type of web request.
destination
Type: SystemUri
Specifies the destination of the request.
See Also