Click or drag to resize

GetWebRequest Constructor (Uri)

Initializes a new instance of the GetWebRequest class, specifying the destination.

Namespace:  NScrape
Assembly:  NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax
public GetWebRequest(
	Uri destination
)

Parameters

destination
Type: SystemUri
Specifies the destination of the request.
See Also