WebRequestDestination Property |
Gets or sets the destination of the request.
Namespace:
NScrape
Assembly:
NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax public Uri Destination { get; set; }
Public Property Destination As Uri
Get
Set
public:
property Uri^ Destination {
Uri^ get ();
void set (Uri^ value);
}
member Destination : Uri with get, set
Property Value
Type:
UriSee Also