Click or drag to resize

GetWebRequest Constructor (Uri, Boolean)

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

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

Parameters

destination
Type: SystemUri
Specifies the destination of the request.
autoRedirect
Type: SystemBoolean
true if the request should be automatically redirected; false otherwise.
See Also