Click or drag to resize

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; }

Property Value

Type: Boolean
Remarks
If true, the request shall be automatically redirected if specified by the server; if false, the request shall return a RedirectedWebResponse.
See Also