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
)
Public Sub New (
destination As Uri
)
public:
GetWebRequest(
Uri^ destination
)
new :
destination : Uri -> GetWebRequest
Parameters
- destination
- Type: SystemUri
Specifies the destination of the request.
See Also