WebRequestAutoRedirect Property |
Gets or sets a value specifying whether the request shall be automatically redirected.
Namespace:
NScrape
Assembly:
NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax public bool AutoRedirect { get; set; }
Public Property AutoRedirect As Boolean
Get
Set
public:
property bool AutoRedirect {
bool get ();
void set (bool value);
}
member AutoRedirect : bool with get, set
Property Value
Type:
BooleanRemarks
If
true, the request shall be automatically redirected if specified by the server; if
false, the
request shall return a
RedirectedWebResponse.
See Also