System::Net::HttpStatusCode enum

HttpStatusCode enum

enum class HttpStatusCode

Değerler

AdDeğerAçıklama
Continue100HTTP durumu 100’e eşit ‘Continue’ durum kodu.
SwitchingProtocols101HTTP durumu 101’e eşit ‘Switching Protocol’ durum kodu.
OK200HTTP durumu 200’e eşit ‘OK’ durum kodu.
Created201HTTP durumu 201’e eşit ‘Created’ durum kodu.
Accepted202HTTP durumu 202’e eşit ‘Accepted’ durum kodu.
NonAuthoritativeInformation203HTTP durumu 203’e eşit ‘Non-Authoritative Information’ durum kodu.
NoContent204HTTP durumu 204’e eşit ‘No Content’ durum kodu.
ResetContent205HTTP durumu 205’e eşit ‘Reset Content’ durum kodu.
PartialContent206HTTP durum kodu 206’ya eşit ‘Partial Content’ durum kodu.
MultipleChoices300HTTP durum kodu 300’e eşit ‘Multiple Choice’ durum kodu.
Ambiguous300HTTP durum kodu 300’e eşit ‘Ambiguous’ durum kodu.
MovedPermanently301HTTP durum kodu 301’e eşit ‘Moved Permanently’ durum kodu.
Moved301HTTP durum kodu 301’e eşit ‘Moved’ durum kodu.
Found302HTTP durum kodu 302’ye eşit ‘Found’ durum kodu.
Redirect302HTTP durum kodu 302’ye eşit ‘Redirect’ durum kodu.
SeeOther303HTTP durum kodu 303’e eşit ‘See Other’ durum kodu.
RedirectMethod303HTTP durum kodu 303’e eşit ‘Redirect’ durum kodu.
NotModified304HTTP durum kodu 304’e eşit ‘Not Modified’ durum kodu.
UseProxy305‘Use Proxy’ durum kodu, HTTP durum kodu 305’e eşittir.
Unused306‘Switch Proxy’ durum kodu, HTTP durum kodu 306’e eşittir.
TemporaryRedirect307‘Temporary Redirect’ durum kodu, HTTP durum kodu 307’e eşittir.
RedirectKeepVerb307‘Redirect Keep Verb’ durum kodu, HTTP durum kodu 307’e eşittir.
PermanentRedirect308‘Permanent Redirect’ durum kodu, HTTP durum kodu 308’e eşittir.
BadRequest400‘Bad Request’ durum kodu, HTTP durum kodu 400’e eşittir.
Unauthorized401‘Unauthorized’ durum kodu, HTTP durum kodu 401’e eşittir.
PaymentRequired402‘Payment Required’ durum kodu, HTTP durum kodu 402’e eşittir.
Forbidden403‘Forbidden’ durum kodu, HTTP durum kodu 403’e eşittir.
NotFound404‘Bulunamadı’ durum kodu, HTTP durum kodu 404’e eşittir.
MethodNotAllowed405‘Yöntem İzin Verilmiyor’ durum kodu, HTTP durum kodu 405’e eşittir.
NotAcceptable406‘Kabul Edilemez’ durum kodu, HTTP durum kodu 406’ya eşittir.
ProxyAuthenticationRequired407‘Proxy Kimlik Doğrulaması Gerekli’ durum kodu, HTTP durum kodu 407’ye eşittir.
RequestTimeout408‘İstek Zaman Aşımı’ durum kodu, HTTP durum kodu 408’e eşittir.
Conflict409‘Çakışma’ durum kodu, HTTP durum kodu 409’a eşittir.
Gone410‘Kaldırıldı’ durum kodu, HTTP durum kodu 410’a eşittir.
LengthRequired411‘Uzunluk Gerekli’ durum kodu, HTTP durum kodu 411’e eşittir.
PreconditionFailed412‘Precondition Failed’ durum kodu, HTTP durum kodu 412’ye eşittir.
RequestEntityTooLarge413‘Request Entity Too Large’ durum kodu, HTTP durum kodu 413’ye eşittir.
RequestUriTooLong414‘Request-URI Too Long’ durum kodu, HTTP durum kodu 414’ye eşittir.
UnsupportedMediaType415‘Unsupported Media Type’ durum kodu, HTTP durum kodu 415’ye eşittir.
RequestedRangeNotSatisfiable416‘Requested Range Not Satisfiable’ durum kodu, HTTP durum kodu 416’ye eşittir.
ExpectationFailed417‘Expectation Failed’ durum kodu, HTTP durum kodu 417’ye eşittir.
UpgradeRequired426‘Upgrade Required’ durum kodu, HTTP durum kodu 426’ye eşittir.
InternalServerError500‘Internal Server Error’ durum kodu, HTTP durum kodu 500’ye eşittir.
NotImplemented501HTTP 501 durum koduna eşit ‘Not Implemented’ durum kodu.
BadGateway502HTTP 502 durum koduna eşit ‘Bad Gateway’ durum kodu.
ServiceUnavailable503HTTP 503 durum koduna eşit ‘Service Unavailable’ durum kodu.
GatewayTimeout504HTTP 504 durum koduna eşit ‘Gateway Timeout’ durum kodu.
HttpVersionNotSupported505HTTP 505 durum koduna eşit ‘HTTP Version Not Supported’ durum kodu.

Ayrıca Bakınız