File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff 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" >
You can’t perform that action at this time.
0 commit comments