System.Net.HttpStatusCode.Ambiguous Field

Equivalent to HTTP status 300. HttpStatusCode.Ambiguous 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 Ambiguous

Remarks

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

HttpStatusCode.Ambiguous is a synonym for HttpStatusCode.MultipleChoices.

Requirements

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