HttpStatusCode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines values for HttpStatusCode.
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum HttpStatusCode
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type HttpStatusCode =
Public Enum HttpStatusCode
- Inheritance
-
HttpStatusCode
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
Fields
Name | Value | Description |
---|---|---|
Continue | 0 | |
SwitchingProtocols | 1 | |
OK | 2 | |
Created | 3 | |
Accepted | 4 | |
NonAuthoritativeInformation | 5 | |
NoContent | 6 | |
ResetContent | 7 | |
PartialContent | 8 | |
MultipleChoices | 9 | |
Ambiguous | 10 | |
MovedPermanently | 11 | |
Moved | 12 | |
Found | 13 | |
Redirect | 14 | |
SeeOther | 15 | |
RedirectMethod | 16 | |
NotModified | 17 | |
UseProxy | 18 | |
Unused | 19 | |
TemporaryRedirect | 20 | |
RedirectKeepVerb | 21 | |
BadRequest | 22 | |
Unauthorized | 23 | |
PaymentRequired | 24 | |
Forbidden | 25 | |
NotFound | 26 | |
MethodNotAllowed | 27 | |
NotAcceptable | 28 | |
ProxyAuthenticationRequired | 29 | |
RequestTimeout | 30 | |
Conflict | 31 | |
Gone | 32 | |
LengthRequired | 33 | |
PreconditionFailed | 34 | |
RequestEntityTooLarge | 35 | |
RequestUriTooLong | 36 | |
UnsupportedMediaType | 37 | |
RequestedRangeNotSatisfiable | 38 | |
ExpectationFailed | 39 | |
UpgradeRequired | 40 | |
InternalServerError | 41 | |
NotImplemented | 42 | |
BadGateway | 43 | |
ServiceUnavailable | 44 | |
GatewayTimeout | 45 | |
HttpVersionNotSupported | 46 |