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
)
Public Sub New (
destination As Uri,
autoRedirect As Boolean
)
public:
GetWebRequest(
Uri^ destination,
bool autoRedirect
)
new :
destination : Uri *
autoRedirect : bool -> GetWebRequest
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