Equivalent to HTTP status 301. HttpStatusCode.MovedPermanently 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.
Value: MovedPermanently
HttpStatusCode.MovedPermanently is a synonym for HttpStatusCode.Moved.