HttpStatusCode Enumeración
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Define valores para 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
- Herencia
-
HttpStatusCode
- Atributos
-
Newtonsoft.Json.JsonConverterAttribute
Campos
Accepted | 4 | |
Ambiguous | 10 | |
BadGateway | 43 | |
BadRequest | 22 | |
Conflict | 31 | |
Continue | 0 | |
Created | 3 | |
ExpectationFailed | 39 | |
Forbidden | 25 | |
Found | 13 | |
GatewayTimeout | 45 | |
Gone | 32 | |
HttpVersionNotSupported | 46 | |
InternalServerError | 41 | |
LengthRequired | 33 | |
MethodNotAllowed | 27 | |
Moved | 12 | |
MovedPermanently | 11 | |
MultipleChoices | 9 | |
NoContent | 6 | |
NonAuthoritativeInformation | 5 | |
NotAcceptable | 28 | |
NotFound | 26 | |
NotImplemented | 42 | |
NotModified | 17 | |
OK | 2 | |
PartialContent | 8 | |
PaymentRequired | 24 | |
PreconditionFailed | 34 | |
ProxyAuthenticationRequired | 29 | |
Redirect | 14 | |
RedirectKeepVerb | 21 | |
RedirectMethod | 16 | |
RequestedRangeNotSatisfiable | 38 | |
RequestEntityTooLarge | 35 | |
RequestTimeout | 30 | |
RequestUriTooLong | 36 | |
ResetContent | 7 | |
SeeOther | 15 | |
ServiceUnavailable | 44 | |
SwitchingProtocols | 1 | |
TemporaryRedirect | 20 | |
Unauthorized | 23 | |
UnsupportedMediaType | 37 | |
Unused | 19 | |
UpgradeRequired | 40 | |
UseProxy | 18 |
Se aplica a
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for .NET