Equivalent to HTTP status 301. HttpStatusCode.Moved indicates that the requested information has been moved to the URI specified in the Location header. The default action when this status is received is to follow the Location header associated with the response. When the original request method was POST, the redirected request will use the GET method.
Value: MovedPermanently
HttpStatusCode.Moved is a synonym for HttpStatusCode.MovedPermanently.