mscorlib(4.0.0.0) API with additions
HttpStatusCode.cs
1 namespace System.Net
2 {
4  [global::__DynamicallyInvokable]
5  public enum HttpStatusCode
6  {
8  [global::__DynamicallyInvokable]
9  Continue = 100,
11  [global::__DynamicallyInvokable]
12  SwitchingProtocols = 101,
14  [global::__DynamicallyInvokable]
15  OK = 200,
17  [global::__DynamicallyInvokable]
18  Created = 201,
20  [global::__DynamicallyInvokable]
21  Accepted = 202,
23  [global::__DynamicallyInvokable]
26  [global::__DynamicallyInvokable]
27  NoContent = 204,
29  [global::__DynamicallyInvokable]
30  ResetContent = 205,
32  [global::__DynamicallyInvokable]
33  PartialContent = 206,
35  [global::__DynamicallyInvokable]
36  MultipleChoices = 300,
38  [global::__DynamicallyInvokable]
39  Ambiguous = 300,
41  [global::__DynamicallyInvokable]
42  MovedPermanently = 301,
44  [global::__DynamicallyInvokable]
45  Moved = 301,
47  [global::__DynamicallyInvokable]
48  Found = 302,
50  [global::__DynamicallyInvokable]
51  Redirect = 302,
53  [global::__DynamicallyInvokable]
54  SeeOther = 303,
56  [global::__DynamicallyInvokable]
57  RedirectMethod = 303,
59  [global::__DynamicallyInvokable]
60  NotModified = 304,
62  [global::__DynamicallyInvokable]
63  UseProxy = 305,
65  [global::__DynamicallyInvokable]
66  Unused = 306,
68  [global::__DynamicallyInvokable]
69  TemporaryRedirect = 307,
71  [global::__DynamicallyInvokable]
72  RedirectKeepVerb = 307,
74  [global::__DynamicallyInvokable]
75  BadRequest = 400,
77  [global::__DynamicallyInvokable]
78  Unauthorized = 401,
80  [global::__DynamicallyInvokable]
81  PaymentRequired = 402,
83  [global::__DynamicallyInvokable]
84  Forbidden = 403,
86  [global::__DynamicallyInvokable]
87  NotFound = 404,
89  [global::__DynamicallyInvokable]
90  MethodNotAllowed = 405,
92  [global::__DynamicallyInvokable]
93  NotAcceptable = 406,
95  [global::__DynamicallyInvokable]
98  [global::__DynamicallyInvokable]
99  RequestTimeout = 408,
101  [global::__DynamicallyInvokable]
102  Conflict = 409,
104  [global::__DynamicallyInvokable]
105  Gone = 410,
107  [global::__DynamicallyInvokable]
108  LengthRequired = 411,
110  [global::__DynamicallyInvokable]
111  PreconditionFailed = 412,
113  [global::__DynamicallyInvokable]
114  RequestEntityTooLarge = 413,
116  [global::__DynamicallyInvokable]
117  RequestUriTooLong = 414,
119  [global::__DynamicallyInvokable]
120  UnsupportedMediaType = 415,
122  [global::__DynamicallyInvokable]
125  [global::__DynamicallyInvokable]
126  ExpectationFailed = 417,
128  [global::__DynamicallyInvokable]
129  UpgradeRequired = 426,
131  [global::__DynamicallyInvokable]
132  InternalServerError = 500,
134  [global::__DynamicallyInvokable]
135  NotImplemented = 501,
137  [global::__DynamicallyInvokable]
138  BadGateway = 502,
140  [global::__DynamicallyInvokable]
141  ServiceUnavailable = 503,
143  [global::__DynamicallyInvokable]
144  GatewayTimeout = 504,
146  [global::__DynamicallyInvokable]
148  }
149 }
Equivalent to HTTP status 504. F:System.Net.HttpStatusCode.GatewayTimeout indicates that an intermedi...
Equivalent to HTTP status 414. F:System.Net.HttpStatusCode.RequestUriTooLong indicates that the URI i...
Equivalent to HTTP status 417. F:System.Net.HttpStatusCode.ExpectationFailed indicates that an expect...
Equivalent to HTTP status 301. F:System.Net.HttpStatusCode.MovedPermanently indicates that the reques...
Equivalent to HTTP status 411. F:System.Net.HttpStatusCode.LengthRequired indicates that the required...
Equivalent to HTTP status 416. F:System.Net.HttpStatusCode.RequestedRangeNotSatisfiable indicates tha...
Equivalent to HTTP status 415. F:System.Net.HttpStatusCode.UnsupportedMediaType indicates that the re...
Equivalent to HTTP status 405. F:System.Net.HttpStatusCode.MethodNotAllowed indicates that the reques...
HttpStatusCode
Contains the values of status codes defined for HTTP.
Equivalent to HTTP status 101. F:System.Net.HttpStatusCode.SwitchingProtocols indicates that the prot...
Equivalent to HTTP status 500. F:System.Net.HttpStatusCode.InternalServerError indicates that a gener...
Equivalent to HTTP status 300. F:System.Net.HttpStatusCode.Ambiguous indicates that the requested inf...
Equivalent to HTTP status 402. F:System.Net.HttpStatusCode.PaymentRequired is reserved for future use...
Equivalent to HTTP status 202. F:System.Net.HttpStatusCode.Accepted indicates that the request has be...
Equivalent to HTTP status 409. F:System.Net.HttpStatusCode.Conflict indicates that the request could ...
Equivalent to HTTP status 401. F:System.Net.HttpStatusCode.Unauthorized indicates that the requested ...
Equivalent to HTTP status 300. F:System.Net.HttpStatusCode.MultipleChoices indicates that the request...
Equivalent to HTTP status 403. F:System.Net.HttpStatusCode.Forbidden indicates that the server refuse...
Equivalent to HTTP status 305. F:System.Net.HttpStatusCode.UseProxy indicates that the request should...
Equivalent to HTTP status 407. F:System.Net.HttpStatusCode.ProxyAuthenticationRequired indicates that...
Equivalent to HTTP status 204. F:System.Net.HttpStatusCode.NoContent indicates that the request has b...
Equivalent to HTTP status 404. F:System.Net.HttpStatusCode.NotFound indicates that the requested reso...
Equivalent to HTTP status 413. F:System.Net.HttpStatusCode.RequestEntityTooLarge indicates that the r...
Equivalent to HTTP status 302. F:System.Net.HttpStatusCode.Found indicates that the requested informa...
Equivalent to HTTP status 406. F:System.Net.HttpStatusCode.NotAcceptable indicates that the client ha...
Equivalent to HTTP status 502. F:System.Net.HttpStatusCode.BadGateway indicates that an intermediate ...
Equivalent to HTTP status 412. F:System.Net.HttpStatusCode.PreconditionFailed indicates that a condit...
Equivalent to HTTP status 400. F:System.Net.HttpStatusCode.BadRequest indicates that the request coul...
Equivalent to HTTP status 303. F:System.Net.HttpStatusCode.RedirectMethod automatically redirects the...
Equivalent to HTTP status 307. F:System.Net.HttpStatusCode.RedirectKeepVerb indicates that the reques...
Equivalent to HTTP status 206. F:System.Net.HttpStatusCode.PartialContent indicates that the response...
Equivalent to HTTP status 303. F:System.Net.HttpStatusCode.SeeOther automatically redirects the clien...
Equivalent to HTTP status 408. F:System.Net.HttpStatusCode.RequestTimeout indicates that the client d...
Equivalent to HTTP status 503. F:System.Net.HttpStatusCode.ServiceUnavailable indicates that the serv...
Equivalent to HTTP status 302. F:System.Net.HttpStatusCode.Redirect indicates that the requested info...
Equivalent to HTTP status 304. F:System.Net.HttpStatusCode.NotModified indicates that the client's ca...
Equivalent to HTTP status 410. F:System.Net.HttpStatusCode.Gone indicates that the requested resource...
Equivalent to HTTP status 505. F:System.Net.HttpStatusCode.HttpVersionNotSupported indicates that the...
Equivalent to HTTP status 426. F:System.Net.HttpStatusCode.UpgradeRequired indicates that the client ...
Equivalent to HTTP status 306. F:System.Net.HttpStatusCode.Unused is a proposed extension to the HTTP...
Equivalent to HTTP status 501. F:System.Net.HttpStatusCode.NotImplemented indicates that the server d...
Equivalent to HTTP status 205. F:System.Net.HttpStatusCode.ResetContent indicates that the client sho...
Equivalent to HTTP status 203. F:System.Net.HttpStatusCode.NonAuthoritativeInformation indicates that...
Equivalent to HTTP status 301. F:System.Net.HttpStatusCode.Moved indicates that the requested informa...
Equivalent to HTTP status 307. F:System.Net.HttpStatusCode.TemporaryRedirect indicates that the reque...