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。 |