System.Net.HttpStatusCode.MultipleChoices Field

Equivalent to HTTP status 300. HttpStatusCode.MultipleChoices indicates that the requested information has multiple representations. The default action is to treat this status as a redirect and follow the contents of the Location header associated with this response.

Value: Ambiguous

Syntax

HttpStatusCode MultipleChoices

Remarks

If the HttpWebRequest.AllowAutoRedirect property is false, HttpStatusCode.MultipleChoices will cause an exception to be thrown.

HttpStatusCode.MultipleChoices is a synonym for HttpStatusCode.Ambiguous.

Requirements

Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0