10 internal static string Get(
int code)
15 101 =>
"Switching Protocols",
21 203 =>
"Non-Authoritative Information",
23 205 =>
"Reset Content",
24 206 =>
"Partial Content",
25 207 =>
"Multi-Status",
26 208 =>
"Already Reported",
28 300 =>
"Multiple Choices",
29 301 =>
"Moved Permanently",
32 304 =>
"Not Modified",
34 307 =>
"Temporary Redirect",
35 308 =>
"Permanent Redirect",
37 401 =>
"Unauthorized",
38 402 =>
"Payment Required",
41 405 =>
"Method Not Allowed",
42 406 =>
"Not Acceptable",
43 407 =>
"Proxy Authentication Required",
44 408 =>
"Request Timeout",
47 411 =>
"Length Required",
48 412 =>
"Precondition Failed",
49 413 =>
"Request Entity Too Large",
50 414 =>
"Request-Uri Too Long",
51 415 =>
"Unsupported Media Type",
52 416 =>
"Requested Range Not Satisfiable",
53 417 =>
"Expectation Failed",
54 421 =>
"Misdirected Request",
55 422 =>
"Unprocessable Entity",
57 424 =>
"Failed Dependency",
58 426 =>
"Upgrade Required",
59 428 =>
"Precondition Required",
60 429 =>
"Too Many Requests",
61 431 =>
"Request Header Fields Too Large",
62 451 =>
"Unavailable For Legal Reasons",
63 500 =>
"Internal Server Error",
64 501 =>
"Not Implemented",
66 503 =>
"Service Unavailable",
67 504 =>
"Gateway Timeout",
68 505 =>
"Http Version Not Supported",
69 506 =>
"Variant Also Negotiates",
70 507 =>
"Insufficient Storage",
71 508 =>
"Loop Detected",
72 510 =>
"Not Extended",
73 511 =>
"Network Authentication Required",
static string Get(int code)
static string Get(HttpStatusCode code)