enum | System.Net.HttpStatusCode {
System.Net.Continue = 100
, System.Net.SwitchingProtocols
, System.Net.Processing
, System.Net.EarlyHints
,
System.Net.OK = 200
, System.Net.Created
, System.Net.Accepted
, System.Net.NonAuthoritativeInformation
,
System.Net.NoContent
, System.Net.ResetContent
, System.Net.PartialContent
, System.Net.MultiStatus
,
System.Net.AlreadyReported
, System.Net.IMUsed = 226
, System.Net.MultipleChoices = 300
, System.Net.Ambiguous = 300
,
System.Net.MovedPermanently
, System.Net.Moved = 301
, System.Net.Found
, System.Net.Redirect = 302
,
System.Net.SeeOther
, System.Net.RedirectMethod = 303
, System.Net.NotModified
, System.Net.UseProxy
,
System.Net.Unused
, System.Net.TemporaryRedirect
, System.Net.RedirectKeepVerb = 307
, System.Net.PermanentRedirect
,
System.Net.BadRequest = 400
, System.Net.Unauthorized
, System.Net.PaymentRequired
, System.Net.Forbidden
,
System.Net.NotFound
, System.Net.MethodNotAllowed
, System.Net.NotAcceptable
, System.Net.ProxyAuthenticationRequired
,
System.Net.RequestTimeout
, System.Net.Conflict
, System.Net.Gone
, System.Net.LengthRequired
,
System.Net.PreconditionFailed
, System.Net.RequestEntityTooLarge
, System.Net.RequestUriTooLong
, System.Net.UnsupportedMediaType
,
System.Net.RequestedRangeNotSatisfiable
, System.Net.ExpectationFailed
, System.Net.MisdirectedRequest = 421
, System.Net.UnprocessableEntity
,
System.Net.Locked
, System.Net.FailedDependency
, System.Net.UpgradeRequired = 426
, System.Net.PreconditionRequired = 428
,
System.Net.TooManyRequests
, System.Net.RequestHeaderFieldsTooLarge = 431
, System.Net.UnavailableForLegalReasons = 451
, System.Net.InternalServerError = 500
,
System.Net.NotImplemented
, System.Net.BadGateway
, System.Net.ServiceUnavailable
, System.Net.GatewayTimeout
,
System.Net.HttpVersionNotSupported
, System.Net.VariantAlsoNegotiates
, System.Net.InsufficientStorage
, System.Net.LoopDetected
,
System.Net.NotExtended = 510
, System.Net.NetworkAuthenticationRequired
} |