HttpWebRequest.AllowAutoRedirect Property

Gets a value that indicates whether the request should follow redirection responses.

Namespace: System.Net
Assembly: System (in system.dll)

Syntax

public bool AllowAutoRedirect { get; }

Property Value

false.

Remarks

This value is always false, because autoredirection isn't supported.

Version Information

Available in the .NET Micro Framework versions 4.0, 4.1, and 4.2.

See Also

Reference

HttpWebRequest Class
HttpWebRequest Members
System.Net Namespace