WebTestResponseCode – výčet
Vytvoří výčet kódy odezvy HTTP, které jsou definovány v dokumentu RFC 2616 pro protokol HTTP 1.1.
Obor názvů: Microsoft.VisualStudio.TestTools.WebTesting
Sestavení: Microsoft.VisualStudio.QualityTools.WebTestFramework (v Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntaxe
'Deklarace
<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
Členy
Název členu | Popis | |
---|---|---|
Accepted | Kód odpovědi HTTP 202. | |
BadGateway | Kód odpovědi HTTP 502. | |
BadRequest | Kód odpovědi HTTP 400. | |
Conflict | Kód odpovědi HTTP 409. | |
Continue | Kód odpovědi HTTP 100. | |
Created | Kód odpovědi HTTP 201. | |
ExpectationFailed | Kód odpovědi HTTP 417. | |
Forbidden | Kód odpovědi HTTP 403. | |
GatewayTimeout | Kód odpovědi HTTP 504. | |
Gone | Kód odpovědi HTTP 410. | |
HttpVersionNotSupported | Kód odpovědi HTTP 505. | |
InternalServerError | Kód odpovědi HTTP 500. | |
LengthRequired | Kód odpovědi HTTP 411. | |
MethodNotAllowed | Kód odpovědi HTTP 405. | |
Moved | Kód odpovědi HTTP 301. | |
MultipleChoices | Kód odpovědi HTTP 300. | |
NoContent | Kód odpovědi HTTP 204. | |
NonAuthoritativeInformation | Kód odpovědi HTTP 203. | |
None | Odpověď HTTP kód 0. | |
NotAcceptable | Kód odpovědi HTTP 406. | |
NotFound | Kód odpovědi HTTP 404. | |
NotImplemented | Kód odpovědi HTTP 501. | |
NotModified | Kód odpovědi HTTP 304. | |
Ok | Kód odpovědi HTTP 200. | |
PartialContent | Kód odpovědi HTTP 206. | |
PaymentRequired | Kód odpovědi HTTP 402. | |
PreconditionFailed | Kód odpovědi HTTP 412. | |
ProxyAuthenticationRequired | Kód odpovědi HTTP 407. | |
Redirect | Kód odpovědi HTTP 302. | |
RedirectMethod | Kód odpovědi HTTP 303. | |
RequestedRangeNotSatisfied | Kód odpovědi HTTP 416. | |
RequestEntityTooLarge | Kód odpovědi HTTP 413. | |
RequestTimeout | Kód odpovědi HTTP 408. | |
RequestUriTooLong | Kód odpovědi HTTP 414. | |
ResetContent | Kód odpovědi HTTP 205. | |
ServiceUnavailable | Kód odpovědi HTTP 503. | |
SwitchingProtocols | Kód odpovědi HTTP 101. | |
TemporaryRedirect | Kód odpovědi HTTP 307. | |
Unauthorized | Kód odpovědi HTTP 401. | |
UnsupportedMediaType | Kód odpovědi HTTP 415. | |
Unused | Kód odpovědi HTTP 306. | |
UseProxy | Kód odpovědi HTTP 305. |