Aracılığıyla paylaş


WebTestResponseCode Sabit Listesi

http 1.1 için rfc 2616'de tanımlanan http yanıt kodları numaralandırır.

Ad alanı:  Microsoft.VisualStudio.TestTools.WebTesting
Derleme:  Microsoft.VisualStudio.QualityTools.WebTestFramework (Microsoft.VisualStudio.QualityTools.WebTestFramework.dll içinde)

Sözdizimi

'Bildirim
<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

Üyeler

Üye adı Açıklama
Accepted http yanıt kodu 202.
BadGateway http yanıt kodu 502.
BadRequest http yanıt kodu 400.
Conflict http yanıt kodu 409.
Continue http yanıt kodu 100.
Created http yanıt kodu 201.
ExpectationFailed http yanıt kodu 417.
Forbidden http yanıt kodu 403.
GatewayTimeout http yanıt kodu 504.
Gone http yanıt kodu 410.
HttpVersionNotSupported http yanıt kodu 505.
InternalServerError http yanıt kodu 500.
LengthRequired http yanıt kodu 411.
MethodNotAllowed http yanıt kodu 405.
Moved http yanıt kodu 301.
MultipleChoices http yanıt kodu 300.
NoContent http yanıt kodu 204.
NonAuthoritativeInformation http yanıt kodu 203.
None http yanıt kodu 0.
NotAcceptable http yanıt kodu 406.
NotFound http yanıt kodu 404.
NotImplemented http yanıt kodu 501.
NotModified http yanıt kodu 304.
Ok http yanıt kodu 200.
PartialContent http yanıt kodu 206.
PaymentRequired http yanıt kodu 402.
PreconditionFailed http yanıt kodu 412.
ProxyAuthenticationRequired http yanıt kodu 407.
Redirect http yanıt kodu 302.
RedirectMethod http yanıt kodu 303.
RequestedRangeNotSatisfied http yanıt kodu 416.
RequestEntityTooLarge http yanıt kodu 413.
RequestTimeout http yanıt kodu 408.
RequestUriTooLong http yanıt kodu 414.
ResetContent http yanıt kodu 205.
ServiceUnavailable http yanıt kodu 503.
SwitchingProtocols http yanıt kodu 101.
TemporaryRedirect http yanıt kodu 307.
Unauthorized http yanıt kodu 401.
UnsupportedMediaType http yanıt kodu 415.
Unused http yanıt kodu 306.
UseProxy http yanıt kodu 305.

Ayrıca bkz.

Başvuru

Microsoft.VisualStudio.TestTools.WebTesting Ad Alanı