Skip to content

Commit 0496e6b

Browse files
jozkeemairaw
authored andcommitted
Added documentation for new fields in HttpStatusCode enum. (#3266)
* Added documentation for new fields in HttpStatusCode class. * Addressing typos and wording suggestions. Format suggestions were ignored.
1 parent 97b6596 commit 0496e6b

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

xml/System.Net/HttpStatusCode.xml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ If the <xref:System.Net.HttpWebRequest.AllowAutoRedirect%2A?displayProperty=name
129129
</ReturnValue>
130130
<MemberValue>208</MemberValue>
131131
<Docs>
132-
<summary>To be added.</summary>
132+
<summary>Equivalent to HTTP status 208. <see cref="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>
133133
</Docs>
134134
</Member>
135135
<Member MemberName="Ambiguous">
@@ -394,7 +394,7 @@ If the <xref:System.Net.HttpWebRequest.AllowAutoRedirect%2A?displayProperty=name
394394
</ReturnValue>
395395
<MemberValue>103</MemberValue>
396396
<Docs>
397-
<summary>To be added.</summary>
397+
<summary>Equivalent to HTTP status 103. <see cref="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>
398398
</Docs>
399399
</Member>
400400
<Member MemberName="ExpectationFailed">
@@ -463,7 +463,7 @@ If the <xref:System.Net.HttpWebRequest.AllowAutoRedirect%2A?displayProperty=name
463463
</ReturnValue>
464464
<MemberValue>424</MemberValue>
465465
<Docs>
466-
<summary>To be added.</summary>
466+
<summary>Equivalent to HTTP status 424. <see cref="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>
467467
</Docs>
468468
</Member>
469469
<Member MemberName="Forbidden">
@@ -689,7 +689,7 @@ If the <xref:System.Net.HttpWebRequest.AllowAutoRedirect%2A?displayProperty=name
689689
</ReturnValue>
690690
<MemberValue>226</MemberValue>
691691
<Docs>
692-
<summary>To be added.</summary>
692+
<summary>Equivalent to HTTP status 226. <see cref="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>
693693
</Docs>
694694
</Member>
695695
<Member MemberName="InsufficientStorage">
@@ -719,7 +719,7 @@ If the <xref:System.Net.HttpWebRequest.AllowAutoRedirect%2A?displayProperty=name
719719
</ReturnValue>
720720
<MemberValue>507</MemberValue>
721721
<Docs>
722-
<summary>To be added.</summary>
722+
<summary>Equivalent to HTTP status 507. <see cref="F:System.Net.HttpStatusCode.InsufficientStorage" /> indicates that the server is unable to store the representation needed to complete the request.</summary>
723723
</Docs>
724724
</Member>
725725
<Member MemberName="InternalServerError">
@@ -827,7 +827,7 @@ If the <xref:System.Net.HttpWebRequest.AllowAutoRedirect%2A?displayProperty=name
827827
</ReturnValue>
828828
<MemberValue>423</MemberValue>
829829
<Docs>
830-
<summary>To be added.</summary>
830+
<summary>Equivalent to HTTP status 423. <see cref="F:System.Net.HttpStatusCode.Locked" /> indicates that the source or destination resource is locked.</summary>
831831
</Docs>
832832
</Member>
833833
<Member MemberName="LoopDetected">
@@ -857,7 +857,7 @@ If the <xref:System.Net.HttpWebRequest.AllowAutoRedirect%2A?displayProperty=name
857857
</ReturnValue>
858858
<MemberValue>508</MemberValue>
859859
<Docs>
860-
<summary>To be added.</summary>
860+
<summary>Equivalent to HTTP status 508. <see cref="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 <see cref="F:System.Net.HttpStatusCode.AlreadyReported" /> appearing in multistatus response bodies.</summary>
861861
</Docs>
862862
</Member>
863863
<Member MemberName="MethodNotAllowed">
@@ -926,7 +926,7 @@ If the <xref:System.Net.HttpWebRequest.AllowAutoRedirect%2A?displayProperty=name
926926
</ReturnValue>
927927
<MemberValue>421</MemberValue>
928928
<Docs>
929-
<summary>To be added.</summary>
929+
<summary>Equivalent to HTTP status 421. <see cref="F:System.Net.HttpStatusCode.MisdirectedRequest" /> indicates that the request was directed at a server that is not able to produce a response.</summary>
930930
</Docs>
931931
</Member>
932932
<Member MemberName="Moved">
@@ -1076,7 +1076,7 @@ If the <xref:System.Net.HttpWebRequest.AllowAutoRedirect%2A?displayProperty=name
10761076
</ReturnValue>
10771077
<MemberValue>207</MemberValue>
10781078
<Docs>
1079-
<summary>To be added.</summary>
1079+
<summary>Equivalent to HTTP status 207. <see cref="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>
10801080
</Docs>
10811081
</Member>
10821082
<Member MemberName="NetworkAuthenticationRequired">
@@ -1106,7 +1106,7 @@ If the <xref:System.Net.HttpWebRequest.AllowAutoRedirect%2A?displayProperty=name
11061106
</ReturnValue>
11071107
<MemberValue>511</MemberValue>
11081108
<Docs>
1109-
<summary>To be added.</summary>
1109+
<summary>Equivalent to HTTP status 511. <see cref="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>
11101110
</Docs>
11111111
</Member>
11121112
<Member MemberName="NoContent">
@@ -1253,7 +1253,7 @@ If the <xref:System.Net.HttpWebRequest.AllowAutoRedirect%2A?displayProperty=name
12531253
</ReturnValue>
12541254
<MemberValue>510</MemberValue>
12551255
<Docs>
1256-
<summary>To be added.</summary>
1256+
<summary>Equivalent to HTTP status 510. <see cref="F:System.Net.HttpStatusCode.NotExtended" /> indicates that further extensions to the request are required for the server to fulfill it.</summary>
12571257
</Docs>
12581258
</Member>
12591259
<Member MemberName="NotFound">
@@ -1517,7 +1517,7 @@ If the <xref:System.Net.HttpWebRequest.AllowAutoRedirect%2A?displayProperty=name
15171517
</ReturnValue>
15181518
<MemberValue>308</MemberValue>
15191519
<Docs>
1520-
<summary>To be added.</summary>
1520+
<summary>Equivalent to HTTP status 308. <see cref="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>
15211521
</Docs>
15221522
</Member>
15231523
<Member MemberName="PreconditionFailed">
@@ -1586,7 +1586,7 @@ If the <xref:System.Net.HttpWebRequest.AllowAutoRedirect%2A?displayProperty=name
15861586
</ReturnValue>
15871587
<MemberValue>428</MemberValue>
15881588
<Docs>
1589-
<summary>To be added.</summary>
1589+
<summary>Equivalent to HTTP status 428. <see cref="F:System.Net.HttpStatusCode.PreconditionRequired" /> indicates that the server requires the request to be conditional.</summary>
15901590
</Docs>
15911591
</Member>
15921592
<Member MemberName="Processing">
@@ -1614,7 +1614,7 @@ If the <xref:System.Net.HttpWebRequest.AllowAutoRedirect%2A?displayProperty=name
16141614
<ReturnValue>
16151615
<ReturnType>System.Net.HttpStatusCode</ReturnType>
16161616
</ReturnValue>
1617-
<MemberValue>102</MemberValue>
1617+
<MemberValue>Equivalent to HTTP status 102. <see cref="F:System.Net.HttpStatusCode.Processing" /> indicates that the server has accepted the complete request but hasn't completed it yet.</MemberValue>
16181618
<Docs>
16191619
<summary>To be added.</summary>
16201620
</Docs>
@@ -1883,7 +1883,7 @@ If the <xref:System.Net.HttpWebRequest.AllowAutoRedirect%2A?displayProperty=name
18831883
</ReturnValue>
18841884
<MemberValue>431</MemberValue>
18851885
<Docs>
1886-
<summary>To be added.</summary>
1886+
<summary>Equivalent to HTTP status 431. <see cref="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>
18871887
</Docs>
18881888
</Member>
18891889
<Member MemberName="RequestTimeout">
@@ -2188,7 +2188,7 @@ If the <xref:System.Net.HttpWebRequest.AllowAutoRedirect%2A?displayProperty=name
21882188
</ReturnValue>
21892189
<MemberValue>429</MemberValue>
21902190
<Docs>
2191-
<summary>To be added.</summary>
2191+
<summary>Equivalent to HTTP status 429. <see cref="F:System.Net.HttpStatusCode.TooManyRequests" /> indicates that the user has sent too many requests in a given amount of time.</summary>
21922192
</Docs>
21932193
</Member>
21942194
<Member MemberName="Unauthorized">
@@ -2257,7 +2257,7 @@ If the <xref:System.Net.HttpWebRequest.AllowAutoRedirect%2A?displayProperty=name
22572257
</ReturnValue>
22582258
<MemberValue>451</MemberValue>
22592259
<Docs>
2260-
<summary>To be added.</summary>
2260+
<summary>Equivalent to HTTP status 451. <see cref="F:System.Net.HttpStatusCode.UnavailableForLegalReasons" /> indicates that the server is denying access to the resource as a consequence of a legal demand.</summary>
22612261
</Docs>
22622262
</Member>
22632263
<Member MemberName="UnprocessableEntity">
@@ -2287,7 +2287,7 @@ If the <xref:System.Net.HttpWebRequest.AllowAutoRedirect%2A?displayProperty=name
22872287
</ReturnValue>
22882288
<MemberValue>422</MemberValue>
22892289
<Docs>
2290-
<summary>To be added.</summary>
2290+
<summary>Equivalent to HTTP status 422. <see cref="F:System.Net.HttpStatusCode.UnprocessableEntity" /> indicates that the request was well-formed but was unable to be followed due to semantic errors.</summary>
22912291
</Docs>
22922292
</Member>
22932293
<Member MemberName="UnsupportedMediaType">
@@ -2470,7 +2470,7 @@ If the <xref:System.Net.HttpWebRequest.AllowAutoRedirect%2A?displayProperty=name
24702470
</ReturnValue>
24712471
<MemberValue>506</MemberValue>
24722472
<Docs>
2473-
<summary>To be added.</summary>
2473+
<summary>Equivalent to HTTP status 506. <see cref="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>
24742474
</Docs>
24752475
</Member>
24762476
</Members>

0 commit comments

Comments
 (0)