Mono Class Library: System.Net.HttpWebRequest Overview | MembersSystem.Net.HttpWebRequest.MaximumAutomaticRedirections Property |
Gets or sets the maximum number of redirects that the current instance will follow. [Edit]
|
A int value that indicates the maximum number of redirection responses that the current instance will follow. The default value is implementation-specific. [Edit]
Type Reason ArgumentException The value specified for a set operation is less than or equal to zero. [Edit]
Note: This property sets the maximum number of redirections for the request to follow if the HttpWebRequest.AllowAutoRedirect property is true.[Edit]
Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0