You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Net/HttpStatusCode.xml
+19-19Lines changed: 19 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,7 @@ If the <xref:System.Net.HttpWebRequest.AllowAutoRedirect%2A?displayProperty=name
129
129
</ReturnValue>
130
130
<MemberValue>208</MemberValue>
131
131
<Docs>
132
-
<summary>To be added.</summary>
132
+
<summary>Equivalent to HTTP status 208. <seecref="F:System.Net.HttpStatusCode.AlreadyReported" /> indicates that the members of a WebDAV binding have already been enumerated in a preceding part of the multistatus response, and are not being included again.</summary>
133
133
</Docs>
134
134
</Member>
135
135
<MemberMemberName="Ambiguous">
@@ -394,7 +394,7 @@ If the <xref:System.Net.HttpWebRequest.AllowAutoRedirect%2A?displayProperty=name
394
394
</ReturnValue>
395
395
<MemberValue>103</MemberValue>
396
396
<Docs>
397
-
<summary>To be added.</summary>
397
+
<summary>Equivalent to HTTP status 103. <seecref="F:System.Net.HttpStatusCode.EarlyHints" /> indicates to the client that the server is likely to send a final response with the header fields included in the informational response.</summary>
398
398
</Docs>
399
399
</Member>
400
400
<MemberMemberName="ExpectationFailed">
@@ -463,7 +463,7 @@ If the <xref:System.Net.HttpWebRequest.AllowAutoRedirect%2A?displayProperty=name
463
463
</ReturnValue>
464
464
<MemberValue>424</MemberValue>
465
465
<Docs>
466
-
<summary>To be added.</summary>
466
+
<summary>Equivalent to HTTP status 424. <seecref="F:System.Net.HttpStatusCode.FailedDependency" /> indicates that the method couldn't be performed on the resource because the requested action depended on another action and that action failed.</summary>
467
467
</Docs>
468
468
</Member>
469
469
<MemberMemberName="Forbidden">
@@ -689,7 +689,7 @@ If the <xref:System.Net.HttpWebRequest.AllowAutoRedirect%2A?displayProperty=name
689
689
</ReturnValue>
690
690
<MemberValue>226</MemberValue>
691
691
<Docs>
692
-
<summary>To be added.</summary>
692
+
<summary>Equivalent to HTTP status 226. <seecref="F:System.Net.HttpStatusCode.IMUsed" /> indicates that the server has fulfilled a request for the resource, and the response is a representation of the result of one or more instance-manipulations applied to the current instance.</summary>
693
693
</Docs>
694
694
</Member>
695
695
<MemberMemberName="InsufficientStorage">
@@ -719,7 +719,7 @@ If the <xref:System.Net.HttpWebRequest.AllowAutoRedirect%2A?displayProperty=name
719
719
</ReturnValue>
720
720
<MemberValue>507</MemberValue>
721
721
<Docs>
722
-
<summary>To be added.</summary>
722
+
<summary>Equivalent to HTTP status 507. <seecref="F:System.Net.HttpStatusCode.InsufficientStorage" /> indicates that the server is unable to store the representation needed to complete the request.</summary>
723
723
</Docs>
724
724
</Member>
725
725
<MemberMemberName="InternalServerError">
@@ -827,7 +827,7 @@ If the <xref:System.Net.HttpWebRequest.AllowAutoRedirect%2A?displayProperty=name
827
827
</ReturnValue>
828
828
<MemberValue>423</MemberValue>
829
829
<Docs>
830
-
<summary>To be added.</summary>
830
+
<summary>Equivalent to HTTP status 423. <seecref="F:System.Net.HttpStatusCode.Locked" /> indicates that the source or destination resource is locked.</summary>
831
831
</Docs>
832
832
</Member>
833
833
<MemberMemberName="LoopDetected">
@@ -857,7 +857,7 @@ If the <xref:System.Net.HttpWebRequest.AllowAutoRedirect%2A?displayProperty=name
857
857
</ReturnValue>
858
858
<MemberValue>508</MemberValue>
859
859
<Docs>
860
-
<summary>To be added.</summary>
860
+
<summary>Equivalent to HTTP status 508. <seecref="F:System.Net.HttpStatusCode.LoopDetected" /> indicates that the server terminated an operation because it encountered an infinite loop while processing a WebDAV request with "Depth: infinity". This status code is meant for backward compatibility with clients not aware of the 208 status code <seecref="F:System.Net.HttpStatusCode.AlreadyReported" /> appearing in multistatus response bodies.</summary>
861
861
</Docs>
862
862
</Member>
863
863
<MemberMemberName="MethodNotAllowed">
@@ -926,7 +926,7 @@ If the <xref:System.Net.HttpWebRequest.AllowAutoRedirect%2A?displayProperty=name
926
926
</ReturnValue>
927
927
<MemberValue>421</MemberValue>
928
928
<Docs>
929
-
<summary>To be added.</summary>
929
+
<summary>Equivalent to HTTP status 421. <seecref="F:System.Net.HttpStatusCode.MisdirectedRequest" /> indicates that the request was directed at a server that is not able to produce a response.</summary>
930
930
</Docs>
931
931
</Member>
932
932
<MemberMemberName="Moved">
@@ -1076,7 +1076,7 @@ If the <xref:System.Net.HttpWebRequest.AllowAutoRedirect%2A?displayProperty=name
1076
1076
</ReturnValue>
1077
1077
<MemberValue>207</MemberValue>
1078
1078
<Docs>
1079
-
<summary>To be added.</summary>
1079
+
<summary>Equivalent to HTTP status 207. <seecref="F:System.Net.HttpStatusCode.MultiStatus" /> indicates multiple status codes for a single response during a Web Distributed Authoring and Versioning (WebDAV) operation. The response body contains XML that describes the status codes.</summary>
@@ -1106,7 +1106,7 @@ If the <xref:System.Net.HttpWebRequest.AllowAutoRedirect%2A?displayProperty=name
1106
1106
</ReturnValue>
1107
1107
<MemberValue>511</MemberValue>
1108
1108
<Docs>
1109
-
<summary>To be added.</summary>
1109
+
<summary>Equivalent to HTTP status 511. <seecref="F:System.Net.HttpStatusCode.NetworkAuthenticationRequired" /> indicates that the client needs to authenticate to gain network access; it's intended for use by intercepting proxies used to control access to the network.</summary>
1110
1110
</Docs>
1111
1111
</Member>
1112
1112
<MemberMemberName="NoContent">
@@ -1253,7 +1253,7 @@ If the <xref:System.Net.HttpWebRequest.AllowAutoRedirect%2A?displayProperty=name
1253
1253
</ReturnValue>
1254
1254
<MemberValue>510</MemberValue>
1255
1255
<Docs>
1256
-
<summary>To be added.</summary>
1256
+
<summary>Equivalent to HTTP status 510. <seecref="F:System.Net.HttpStatusCode.NotExtended" /> indicates that further extensions to the request are required for the server to fulfill it.</summary>
1257
1257
</Docs>
1258
1258
</Member>
1259
1259
<MemberMemberName="NotFound">
@@ -1517,7 +1517,7 @@ If the <xref:System.Net.HttpWebRequest.AllowAutoRedirect%2A?displayProperty=name
1517
1517
</ReturnValue>
1518
1518
<MemberValue>308</MemberValue>
1519
1519
<Docs>
1520
-
<summary>To be added.</summary>
1520
+
<summary>Equivalent to HTTP status 308. <seecref="F:System.Net.HttpStatusCode.PermanentRedirect" /> indicates that the request information is located at the URI specified in the Location header. The default action when this status is received is to follow the Location header associated with the response. When the original request method was POST, the redirected request will also use the POST method.</summary>
1521
1521
</Docs>
1522
1522
</Member>
1523
1523
<MemberMemberName="PreconditionFailed">
@@ -1586,7 +1586,7 @@ If the <xref:System.Net.HttpWebRequest.AllowAutoRedirect%2A?displayProperty=name
1586
1586
</ReturnValue>
1587
1587
<MemberValue>428</MemberValue>
1588
1588
<Docs>
1589
-
<summary>To be added.</summary>
1589
+
<summary>Equivalent to HTTP status 428. <seecref="F:System.Net.HttpStatusCode.PreconditionRequired" /> indicates that the server requires the request to be conditional.</summary>
1590
1590
</Docs>
1591
1591
</Member>
1592
1592
<MemberMemberName="Processing">
@@ -1614,7 +1614,7 @@ If the <xref:System.Net.HttpWebRequest.AllowAutoRedirect%2A?displayProperty=name
<MemberValue>Equivalent to HTTP status 102. <seecref="F:System.Net.HttpStatusCode.Processing" /> indicates that the server has accepted the complete request but hasn't completed it yet.</MemberValue>
1618
1618
<Docs>
1619
1619
<summary>To be added.</summary>
1620
1620
</Docs>
@@ -1883,7 +1883,7 @@ If the <xref:System.Net.HttpWebRequest.AllowAutoRedirect%2A?displayProperty=name
1883
1883
</ReturnValue>
1884
1884
<MemberValue>431</MemberValue>
1885
1885
<Docs>
1886
-
<summary>To be added.</summary>
1886
+
<summary>Equivalent to HTTP status 431. <seecref="F:System.Net.HttpStatusCode.RequestHeaderFieldsTooLarge" /> indicates that the server is unwilling to process the request because its header fields (either an individual header field or all the header fields collectively) are too large.</summary>
1887
1887
</Docs>
1888
1888
</Member>
1889
1889
<MemberMemberName="RequestTimeout">
@@ -2188,7 +2188,7 @@ If the <xref:System.Net.HttpWebRequest.AllowAutoRedirect%2A?displayProperty=name
2188
2188
</ReturnValue>
2189
2189
<MemberValue>429</MemberValue>
2190
2190
<Docs>
2191
-
<summary>To be added.</summary>
2191
+
<summary>Equivalent to HTTP status 429. <seecref="F:System.Net.HttpStatusCode.TooManyRequests" /> indicates that the user has sent too many requests in a given amount of time.</summary>
2192
2192
</Docs>
2193
2193
</Member>
2194
2194
<MemberMemberName="Unauthorized">
@@ -2257,7 +2257,7 @@ If the <xref:System.Net.HttpWebRequest.AllowAutoRedirect%2A?displayProperty=name
2257
2257
</ReturnValue>
2258
2258
<MemberValue>451</MemberValue>
2259
2259
<Docs>
2260
-
<summary>To be added.</summary>
2260
+
<summary>Equivalent to HTTP status 451. <seecref="F:System.Net.HttpStatusCode.UnavailableForLegalReasons" /> indicates that the server is denying access to the resource as a consequence of a legal demand.</summary>
2261
2261
</Docs>
2262
2262
</Member>
2263
2263
<MemberMemberName="UnprocessableEntity">
@@ -2287,7 +2287,7 @@ If the <xref:System.Net.HttpWebRequest.AllowAutoRedirect%2A?displayProperty=name
2287
2287
</ReturnValue>
2288
2288
<MemberValue>422</MemberValue>
2289
2289
<Docs>
2290
-
<summary>To be added.</summary>
2290
+
<summary>Equivalent to HTTP status 422. <seecref="F:System.Net.HttpStatusCode.UnprocessableEntity" /> indicates that the request was well-formed but was unable to be followed due to semantic errors.</summary>
2291
2291
</Docs>
2292
2292
</Member>
2293
2293
<MemberMemberName="UnsupportedMediaType">
@@ -2470,7 +2470,7 @@ If the <xref:System.Net.HttpWebRequest.AllowAutoRedirect%2A?displayProperty=name
2470
2470
</ReturnValue>
2471
2471
<MemberValue>506</MemberValue>
2472
2472
<Docs>
2473
-
<summary>To be added.</summary>
2473
+
<summary>Equivalent to HTTP status 506. <seecref="F:System.Net.HttpStatusCode.VariantAlsoNegotiates" /> indicates that the chosen variant resource is configured to engage in transparent content negotiation itself and, therefore, isn't a proper endpoint in the negotiation process.</summary>
0 commit comments