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
If the HttpWebRequest.AllowAutoRedirect property is false, HttpStatusCode.Ambiguous will cause an exception to be thrown.
HttpStatusCode.Ambiguous is a synonym for HttpStatusCode.MultipleChoices.