Skip to content

Commit 9abf93f

Browse files
authored
Fix wrong summary location (#3331)
1 parent e1ccc67 commit 9abf93f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Net/HttpStatusCode.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1614,9 +1614,9 @@ If the <xref:System.Net.HttpWebRequest.AllowAutoRedirect%2A?displayProperty=name
16141614
<ReturnValue>
16151615
<ReturnType>System.Net.HttpStatusCode</ReturnType>
16161616
</ReturnValue>
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>
1617+
<MemberValue>102</MemberValue>
16181618
<Docs>
1619-
<summary>To be added.</summary>
1619+
<summary>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.</summary>
16201620
</Docs>
16211621
</Member>
16221622
<Member MemberName="ProxyAuthenticationRequired">

0 commit comments

Comments
 (0)