System::Net::HttpStatusCode enum

HttpStatusCode enum

enum class HttpStatusCode

Değerler

AdDeğerAçıklama
Continue100‘Continue’ durum kodu HTTP durum 100’e eşittir.
SwitchingProtocols101‘Switching Protocol’ durum kodu HTTP durum 101’e eşittir.
OK200‘OK’ durum kodu HTTP durum 200’e eşittir.
Oluşturuldu201‘Created’ durum kodu HTTP durum 201’e eşittir.
Accepted202‘Accepted’ durum kodu HTTP durum 202’e eşittir.
NonAuthoritativeInformation203‘Non-Authoritative Information’ durum kodu HTTP durum 203’e eşittir.
NoContent204‘No Content’ durum kodu HTTP durum 204’e eşittir.
ResetContent205Bu ‘Reset Content’ durum kodu, HTTP durumu 205’e eşittir.
PartialContent206Bu ‘Partial Content’ durum kodu, HTTP durumu 206’ya eşittir.
MultipleChoices300Bu ‘Multiple Choice’ durum kodu, HTTP durumu 300’e eşittir.
Ambiguous300Bu ‘Ambiguous’ durum kodu, HTTP durumu 300’e eşittir.
MovedPermanently301Bu ‘Moved Permanently’ durum kodu, HTTP durumu 301’e eşittir.
Moved301Bu ‘Moved’ durum kodu, HTTP durumu 301’e eşittir.
Found302Bu ‘Found’ durum kodu, HTTP durumu 302’ye eşittir.
Redirect302Bu ‘Redirect’ durum kodu, HTTP durumu 302’ye eşittir.
SeeOther303Bu ‘See Other’ durum kodu, HTTP durumu 303’e eşittir.
RedirectMethod303Bu ‘Redirect’ durum kodu, HTTP durumu 303’e eşittir.
NotModified304HTTP durum kodu 304’e eşit ‘Not Modified’ durum kodu.
UseProxy305HTTP durum kodu 305’e eşit ‘Use Proxy’ durum kodu.
Unused306HTTP durum kodu 306’ya eşit ‘Switch Proxy’ durum kodu.
TemporaryRedirect307HTTP durum kodu 307’ye eşit ‘Temporary Redirect’ durum kodu.
RedirectKeepVerb307HTTP durum kodu 307’ye eşit ‘Redirect Keep Verb’ durum kodu.
PermanentRedirect308HTTP durum kodu 308’e eşit ‘Permanent Redirect’ durum kodu.
BadRequest400HTTP durum kodu 400’e eşit ‘Bad Request’ durum kodu.
Unauthorized401HTTP durum kodu 401’e eşit ‘Unauthorized’ durum kodu.
PaymentRequired402‘Payment Required’ durum kodu, HTTP durum kodu 402’ye eşittir.
Yasak403‘Forbidden’ durum kodu, HTTP durum kodu 403’e eşittir.
NotFound404‘Not Found’ durum kodu, HTTP durum kodu 404’e eşittir.
MethodNotAllowed405‘Method Not Allowed’ durum kodu, HTTP durum kodu 405’e eşittir.
NotAcceptable406‘Not Acceptable’ durum kodu, HTTP durum kodu 406’ya eşittir.
ProxyAuthenticationRequired407‘Proxy Authentication Required’ durum kodu, HTTP durum kodu 407’ye eşittir.
RequestTimeout408‘Request Timeout’ durum kodu, HTTP durum kodu 408’e eşittir.
Çakışma409‘Conflict’ durum kodu, HTTP durum kodu 409’a eşittir.
Kaldırıldı410‘Gone’ durum kodu, HTTP durum kodu 410’a eşittir.
LengthRequired411HTTP durum kodu 411’e eşit ‘Length Required’ durum kodu.
PreconditionFailed412HTTP durum kodu 412’ye eşit ‘Precondition Failed’ durum kodu.
RequestEntityTooLarge413HTTP durum kodu 413’e eşit ‘Request Entity Too Large’ durum kodu.
RequestUriTooLong414HTTP durum kodu 414’e eşit ‘Request-URI Too Long’ durum kodu.
UnsupportedMediaType415HTTP durum kodu 415’e eşit ‘Unsupported Media Type’ durum kodu.
RequestedRangeNotSatisfiable416HTTP durum kodu 416’ya eşit ‘Requested Range Not Satisfiable’ durum kodu.
ExpectationFailed417HTTP durum kodu 417’ye eşit ‘Expectation Failed’ durum kodu.
UpgradeRequired426HTTP durum kodu 426’ya eşit ‘Upgrade Required’ durum kodu.
InternalServerError500HTTP durum kodu 500’e eşit ‘Internal Server Error’ durum kodu.
NotImplemented501HTTP durum kodu 501’e eşit ‘Not Implemented’ durum kodu.
BadGateway502HTTP durum kodu 502’ye eşit ‘Bad Gateway’ durum kodu.
ServiceUnavailable503HTTP durum kodu 503’e eşit ‘Service Unavailable’ durum kodu.
GatewayTimeout504HTTP durum kodu 504’e eşit ‘Gateway Timeout’ durum kodu.
HttpVersionNotSupported505HTTP durum kodu 505’e eşit ‘HTTP Version Not Supported’ durum kodu.

Ayrıca Bakınız