- HttpStatusCode - Accepted 
- AlreadyReported 
- Ambiguous 
- BadGateway 
- BadRequest 
- Conflict 
- Continue 
- Created 
- EarlyHints 
- ExpectationFailed 
- FailedDependency 
- Forbidden 
- Found 
- GatewayTimeout 
- Gone 
- HttpVersionNotSupported 
- IMUsed 
- InsufficientStorage 
- InternalServerError 
- LengthRequired 
- Locked 
- LoopDetected 
- MethodNotAllowed 
- MisdirectedRequest 
- Moved 
- MovedPermanently 
- MultipleChoices 
- MultiStatus 
- NetworkAuthenticationRequired 
- NoContent 
- NonAuthoritativeInformation 
- NotAcceptable 
- NotExtended 
- NotFound 
- NotImplemented 
- NotModified 
- OK 
- PartialContent 
- PaymentRequired 
- PermanentRedirect 
- PreconditionFailed 
- PreconditionRequired 
- Processing 
- ProxyAuthenticationRequired 
- Redirect 
- RedirectKeepVerb 
- RedirectMethod 
- RequestedRangeNotSatisfiable 
- RequestEntityTooLarge 
- RequestHeaderFieldsTooLarge 
- RequestTimeout 
- RequestUriTooLong 
- ResetContent 
- SeeOther 
- ServiceUnavailable 
- SwitchingProtocols 
- TemporaryRedirect 
- TooManyRequests 
- Unauthorized 
- UnavailableForLegalReasons 
- UnprocessableContent 
- UnprocessableEntity 
- UnsupportedMediaType 
- Unused 
- UpgradeRequired 
- UseProxy 
- VariantAlsoNegotiates 
 
net9.0
    namespace System.Net
{
    public enum HttpStatusCode
    {
        UnavailableForLegalReasons = 451
    }
}
            | nuget.org | 0.0 % Reference this API 0.0 % Read field | 
|---|---|
| .NET | 5.06.07.08.09.0 | 
| .NET Core | 2.12.23.03.1 | 
| .NET Standard | 2.1 | 
| Information specific to net9.0 | |
| Assembly | System.Net.Primitives , Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a | 
| Referencing | The API is automatically referenced. | 
| Platform Restrictions | This API is supported on all platforms. | 
- Built-in API
- Package-provided API