Enum System::Net::HttpStatusCode

HttpStatusCode enum

enum class HttpStatusCode

Valori

NomeValoreDescrizione
Continue100Il codice di stato ‘Continue’ che corrisponde allo stato HTTP 100.
SwitchingProtocols101Il codice di stato ‘Switching Protocol’ che corrisponde allo stato HTTP 101.
OK200Il codice di stato ‘OK’ che corrisponde allo stato HTTP 200.
Creato201Il codice di stato ‘Created’ che corrisponde allo stato HTTP 201.
Accepted202Il codice di stato ‘Accepted’ che corrisponde allo stato HTTP 202.
NonAuthoritativeInformation203Il codice di stato ‘Non-Authoritative Information’ che corrisponde allo stato HTTP 203.
NoContent204Il codice di stato ‘No Content’ che corrisponde allo stato HTTP 204.
ResetContent205Il codice di stato ‘Reset Content’ che corrisponde allo stato HTTP 205.
PartialContent206Il codice di stato ‘Partial Content’ che corrisponde allo stato HTTP 206.
MultipleChoices300Il codice di stato ‘Multiple Choice’ che corrisponde allo stato HTTP 300.
Ambiguous300Il codice di stato ‘Ambiguous’ che corrisponde allo stato HTTP 300.
MovedPermanently301Il codice di stato ‘Moved Permanently’ che corrisponde allo stato HTTP 301.
Moved301Il codice di stato ‘Moved’ che corrisponde allo stato HTTP 301.
Found302Il codice di stato ‘Found’ che corrisponde allo stato HTTP 302.
Redirect302Il codice di stato ‘Redirect’ che corrisponde allo stato HTTP 302.
SeeOther303Il codice di stato ‘See Other’ che corrisponde allo stato HTTP 303.
RedirectMethod303Il codice di stato ‘Redirect’ che corrisponde allo stato HTTP 303.
NotModified304Il codice di stato ‘Not Modified’ che corrisponde allo stato HTTP 304.
UseProxy305Il codice di stato ‘Use Proxy’ che corrisponde allo stato HTTP 305.
Unused306Il codice di stato ‘Switch Proxy’ che corrisponde allo stato HTTP 306.
TemporaryRedirect307Il codice di stato ‘Temporary Redirect’ che corrisponde allo stato HTTP 307.
RedirectKeepVerb307Il codice di stato ‘Redirect Keep Verb’ che corrisponde allo stato HTTP 307.
PermanentRedirect308Il codice di stato ‘Permanent Redirect’ che corrisponde allo stato HTTP 308.
BadRequest400Il codice di stato ‘Bad Request’ che corrisponde allo stato HTTP 400.
Unauthorized401Il codice di stato ‘Unauthorized’ che corrisponde allo stato HTTP 401.
PaymentRequired402Il codice di stato ‘Payment Required’ che corrisponde allo stato HTTP 402.
Forbidden403Il codice di stato ‘Forbidden’ che corrisponde allo stato HTTP 403.
NotFound404Il codice di stato ‘Not Found’ che corrisponde allo stato HTTP 404.
MethodNotAllowed405Il codice di stato ‘Method Not Allowed’ che corrisponde allo stato HTTP 405.
NotAcceptable406Il codice di stato ‘Not Acceptable’ che corrisponde allo stato HTTP 406.
ProxyAuthenticationRequired407Il codice di stato ‘Proxy Authentication Required’ che corrisponde allo stato HTTP 407.
RequestTimeout408Il codice di stato ‘Request Timeout’ che corrisponde allo stato HTTP 408.
Conflict409Il codice di stato ‘Conflict’ che corrisponde allo stato HTTP 409.
Gone410Il codice di stato ‘Gone’ che corrisponde allo stato HTTP 410.
LengthRequired411Il codice di stato ‘Length Required’ che corrisponde allo stato HTTP 411.
PreconditionFailed412Il codice di stato ‘Precondition Failed’ che corrisponde allo stato HTTP 412.
RequestEntityTooLarge413Il codice di stato ‘Request Entity Too Large’ che corrisponde allo stato HTTP 413.
RequestUriTooLong414Il codice di stato ‘Request-URI Too Long’ che corrisponde allo stato HTTP 414.
UnsupportedMediaType415Il codice di stato ‘Unsupported Media Type’ che corrisponde allo stato HTTP 415.
RequestedRangeNotSatisfiable416Il codice di stato ‘Requested Range Not Satisfiable’ che corrisponde allo stato HTTP 416.
ExpectationFailed417Il codice di stato ‘Expectation Failed’ che corrisponde allo stato HTTP 417.
UpgradeRequired426Il codice di stato ‘Upgrade Required’ che corrisponde allo stato HTTP 426.
InternalServerError500Il codice di stato ‘Internal Server Error’ che equivale allo stato HTTP 500.
NotImplemented501Il codice di stato ‘Not Implemented’ che equivale allo stato HTTP 501.
BadGateway502Il codice di stato ‘Bad Gateway’ che equivale allo stato HTTP 502.
ServiceUnavailable503Il codice di stato ‘Service Unavailable’ che equivale allo stato HTTP 503.
GatewayTimeout504Il codice di stato ‘Gateway Timeout’ che equivale allo stato HTTP 504.
HttpVersionNotSupported505Il codice di stato ‘HTTP Version Not Supported’ che equivale allo stato HTTP 505.

Vedi anche