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