Skip to content

Commit d441233

Browse files
authored
Add remark about MaxConnectionsPerServer (#8450)
1 parent 36dfc94 commit d441233

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

xml/System.Net.Http/SocketsHttpHandler.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,18 @@ Timeout must be greater than or equal to 1 second. Set to <xref:System.Threading
608608
<Docs>
609609
<summary>Gets or sets the maximum number of simultaneous TCP connections allowed to a single server.</summary>
610610
<value>The maximum number of simultaneous TCP connections allowed to a single server.</value>
611-
<remarks>To be added.</remarks>
611+
<remarks>
612+
<format type="text/markdown"><![CDATA[
613+
614+
In this context, server means a unique combination of
615+
616+
- IDN host name (as used in the request URI)
617+
- Port
618+
- Value of the Host HTTP header (if present, e.g. when HTTPS is used)
619+
- URI of the HTTP Proxy (if proxy is used).
620+
621+
]]></format>
622+
</remarks>
612623
</Docs>
613624
</Member>
614625
<Member MemberName="MaxResponseDrainSize">

0 commit comments

Comments
 (0)