共用方式為


WebTestResponseCode 列舉型別

列舉 HTTP 1.1 的 RFC 2616 中所定義的 HTTP 回應碼。

命名空間:  Microsoft.VisualStudio.TestTools.WebTesting
組件:  Microsoft.VisualStudio.QualityTools.WebTestFramework (在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

語法

'宣告
<TypeConverterAttribute(GetType(WebTestResponseCodeConverter))> _
Public Enumeration WebTestResponseCode
[TypeConverterAttribute(typeof(WebTestResponseCodeConverter))]
public enum WebTestResponseCode
[TypeConverterAttribute(typeof(WebTestResponseCodeConverter))]
public enum class WebTestResponseCode
[<TypeConverterAttribute(typeof(WebTestResponseCodeConverter))>]
type WebTestResponseCode
public enum WebTestResponseCode

成員

成員名稱 說明
Accepted HTTP 回應碼 202。
BadGateway HTTP 回應碼 502。
BadRequest HTTP 回應碼 400。
Conflict HTTP 回應碼 409。
Continue HTTP 回應碼 100。
Created HTTP 回應碼 201。
ExpectationFailed HTTP 回應碼 417。
Forbidden HTTP 回應碼 403。
GatewayTimeout HTTP 回應碼 504。
Gone HTTP 回應碼 410。
HttpVersionNotSupported HTTP 回應碼 505。
InternalServerError HTTP 回應碼 500。
LengthRequired HTTP 回應碼 411。
MethodNotAllowed HTTP 回應碼 405。
Moved HTTP 回應碼 301。
MultipleChoices HTTP 回應碼 300。
NoContent HTTP 回應碼 204。
NonAuthoritativeInformation HTTP 回應碼 203。
None HTTP 回應碼 0。
NotAcceptable HTTP 回應碼 406。
NotFound HTTP 回應碼 404。
NotImplemented HTTP 回應碼 501。
NotModified HTTP 回應碼 304。
Ok HTTP 回應碼 200。
PartialContent HTTP 回應碼 206。
PaymentRequired HTTP 回應碼 402。
PreconditionFailed HTTP 回應碼 412。
ProxyAuthenticationRequired HTTP 回應碼 407。
Redirect HTTP 回應碼 302。
RedirectMethod HTTP 回應碼 303。
RequestedRangeNotSatisfied HTTP 回應碼 416。
RequestEntityTooLarge HTTP 回應碼 413。
RequestTimeout HTTP 回應碼 408。
RequestUriTooLong HTTP 回應碼 414。
ResetContent HTTP 回應碼 205。
ServiceUnavailable HTTP 回應碼 503。
SwitchingProtocols HTTP 回應碼 101。
TemporaryRedirect HTTP 回應碼 307。
Unauthorized HTTP 回應碼 401。
UnsupportedMediaType HTTP 回應碼 415。
Unused HTTP 回應碼 306。
UseProxy HTTP 回應碼 305。

請參閱

參考

Microsoft.VisualStudio.TestTools.WebTesting 命名空間