Enum System::Net::HttpStatusCode
Contenuti
[
Nascondere
]HttpStatusCode enum
enum class HttpStatusCode
Valori
| Nome | Valore | Descrizione |
|---|---|---|
| Continue | 100 | Il codice di stato ‘Continue’ che corrisponde allo stato HTTP 100. |
| SwitchingProtocols | 101 | Il codice di stato ‘Switching Protocol’ che corrisponde allo stato HTTP 101. |
| OK | 200 | Il codice di stato ‘OK’ che corrisponde allo stato HTTP 200. |
| Creato | 201 | Il codice di stato ‘Created’ che corrisponde allo stato HTTP 201. |
| Accepted | 202 | Il codice di stato ‘Accepted’ che corrisponde allo stato HTTP 202. |
| NonAuthoritativeInformation | 203 | Il codice di stato ‘Non-Authoritative Information’ che corrisponde allo stato HTTP 203. |
| NoContent | 204 | Il codice di stato ‘No Content’ che corrisponde allo stato HTTP 204. |
| ResetContent | 205 | Il codice di stato ‘Reset Content’ che corrisponde allo stato HTTP 205. |
| PartialContent | 206 | Il codice di stato ‘Partial Content’ che corrisponde allo stato HTTP 206. |
| MultipleChoices | 300 | Il codice di stato ‘Multiple Choice’ che corrisponde allo stato HTTP 300. |
| Ambiguous | 300 | Il codice di stato ‘Ambiguous’ che corrisponde allo stato HTTP 300. |
| MovedPermanently | 301 | Il codice di stato ‘Moved Permanently’ che corrisponde allo stato HTTP 301. |
| Moved | 301 | Il codice di stato ‘Moved’ che corrisponde allo stato HTTP 301. |
| Found | 302 | Il codice di stato ‘Found’ che corrisponde allo stato HTTP 302. |
| Redirect | 302 | Il codice di stato ‘Redirect’ che corrisponde allo stato HTTP 302. |
| SeeOther | 303 | Il codice di stato ‘See Other’ che corrisponde allo stato HTTP 303. |
| RedirectMethod | 303 | Il codice di stato ‘Redirect’ che corrisponde allo stato HTTP 303. |
| NotModified | 304 | Il codice di stato ‘Not Modified’ che corrisponde allo stato HTTP 304. |
| UseProxy | 305 | Il codice di stato ‘Use Proxy’ che corrisponde allo stato HTTP 305. |
| Unused | 306 | Il codice di stato ‘Switch Proxy’ che corrisponde allo stato HTTP 306. |
| TemporaryRedirect | 307 | Il codice di stato ‘Temporary Redirect’ che corrisponde allo stato HTTP 307. |
| RedirectKeepVerb | 307 | Il codice di stato ‘Redirect Keep Verb’ che corrisponde allo stato HTTP 307. |
| PermanentRedirect | 308 | Il codice di stato ‘Permanent Redirect’ che corrisponde allo stato HTTP 308. |
| BadRequest | 400 | Il codice di stato ‘Bad Request’ che corrisponde allo stato HTTP 400. |
| Unauthorized | 401 | Il codice di stato ‘Unauthorized’ che corrisponde allo stato HTTP 401. |
| PaymentRequired | 402 | Il codice di stato ‘Payment Required’ che corrisponde allo stato HTTP 402. |
| Forbidden | 403 | Il codice di stato ‘Forbidden’ che corrisponde allo stato HTTP 403. |
| NotFound | 404 | Il codice di stato ‘Not Found’ che corrisponde allo stato HTTP 404. |
| MethodNotAllowed | 405 | Il codice di stato ‘Method Not Allowed’ che corrisponde allo stato HTTP 405. |
| NotAcceptable | 406 | Il codice di stato ‘Not Acceptable’ che corrisponde allo stato HTTP 406. |
| ProxyAuthenticationRequired | 407 | Il codice di stato ‘Proxy Authentication Required’ che corrisponde allo stato HTTP 407. |
| RequestTimeout | 408 | Il codice di stato ‘Request Timeout’ che corrisponde allo stato HTTP 408. |
| Conflict | 409 | Il codice di stato ‘Conflict’ che corrisponde allo stato HTTP 409. |
| Gone | 410 | Il codice di stato ‘Gone’ che corrisponde allo stato HTTP 410. |
| LengthRequired | 411 | Il codice di stato ‘Length Required’ che corrisponde allo stato HTTP 411. |
| PreconditionFailed | 412 | Il codice di stato ‘Precondition Failed’ che corrisponde allo stato HTTP 412. |
| RequestEntityTooLarge | 413 | Il codice di stato ‘Request Entity Too Large’ che corrisponde allo stato HTTP 413. |
| RequestUriTooLong | 414 | Il codice di stato ‘Request-URI Too Long’ che corrisponde allo stato HTTP 414. |
| UnsupportedMediaType | 415 | Il codice di stato ‘Unsupported Media Type’ che corrisponde allo stato HTTP 415. |
| RequestedRangeNotSatisfiable | 416 | Il codice di stato ‘Requested Range Not Satisfiable’ che corrisponde allo stato HTTP 416. |
| ExpectationFailed | 417 | Il codice di stato ‘Expectation Failed’ che corrisponde allo stato HTTP 417. |
| UpgradeRequired | 426 | Il codice di stato ‘Upgrade Required’ che corrisponde allo stato HTTP 426. |
| InternalServerError | 500 | Il codice di stato ‘Internal Server Error’ che equivale allo stato HTTP 500. |
| NotImplemented | 501 | Il codice di stato ‘Not Implemented’ che equivale allo stato HTTP 501. |
| BadGateway | 502 | Il codice di stato ‘Bad Gateway’ che equivale allo stato HTTP 502. |
| ServiceUnavailable | 503 | Il codice di stato ‘Service Unavailable’ che equivale allo stato HTTP 503. |
| GatewayTimeout | 504 | Il codice di stato ‘Gateway Timeout’ che equivale allo stato HTTP 504. |
| HttpVersionNotSupported | 505 | Il codice di stato ‘HTTP Version Not Supported’ che equivale allo stato HTTP 505. |
Vedi anche
- Namespace System::Net
- Library Aspose.Font for C++