HttpStatusCode 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
HttpStatusCode の値を定義します。
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum HttpStatusCode
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type HttpStatusCode =
Public Enum HttpStatusCode
- 継承
-
HttpStatusCode
- 属性
-
Newtonsoft.Json.JsonConverterAttribute
フィールド
名前 | 値 | 説明 |
---|---|---|
Continue | 0 | |
SwitchingProtocols | 1 | |
OK | 2 | |
Created | 3 | |
Accepted | 4 | |
NonAuthoritativeInformation | 5 | |
NoContent | 6 | |
ResetContent | 7 | |
PartialContent | 8 | |
MultipleChoices | 9 | |
Ambiguous | 10 | |
MovedPermanently | 11 | |
Moved | 12 | |
Found | 13 | |
Redirect | 14 | |
SeeOther | 15 | |
RedirectMethod | 16 | |
NotModified | 17 | |
UseProxy | 18 | |
Unused | 19 | |
TemporaryRedirect | 20 | |
RedirectKeepVerb | 21 | |
BadRequest | 22 | |
Unauthorized | 23 | |
PaymentRequired | 24 | |
Forbidden | 25 | |
NotFound | 26 | |
MethodNotAllowed | 27 | |
NotAcceptable | 28 | |
ProxyAuthenticationRequired | 29 | |
RequestTimeout | 30 | |
Conflict | 31 | |
Gone | 32 | |
LengthRequired | 33 | |
PreconditionFailed | 34 | |
RequestEntityTooLarge | 35 | |
RequestUriTooLong | 36 | |
UnsupportedMediaType | 37 | |
RequestedRangeNotSatisfiable | 38 | |
ExpectationFailed | 39 | |
UpgradeRequired | 40 | |
InternalServerError | 41 | |
NotImplemented | 42 | |
BadGateway | 43 | |
ServiceUnavailable | 44 | |
GatewayTimeout | 45 | |
HttpVersionNotSupported | 46 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET