Skip to content

Commit 772c204

Browse files
Caesar1995mairaw
authored andcommitted
Update SocketsHttpHandler.PooledConnectionIdleTimeout Property (dotnet#1546)
* Update SocketsHttpHandler.PooledConnectionIdleTimeout Property Fix dotnet#843. * Update xml/System.Net.Http/SocketsHttpHandler.xml Co-Authored-By: caesar1995 <[email protected]> * Update xml/System.Net.Http/SocketsHttpHandler.xml Co-Authored-By: caesar1995 <[email protected]>
1 parent 2f703fc commit 772c204

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

xml/System.Net.Http/SocketsHttpHandler.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -306,9 +306,10 @@
306306
<ReturnType>System.TimeSpan</ReturnType>
307307
</ReturnValue>
308308
<Docs>
309-
<summary>To be added.</summary>
310-
<value>To be added.</value>
309+
<summary>Gets or sets how long a connection can be idle in the pool to be considered reusable.</summary>
310+
<value>The maximum idle time for a connection in the pool. The default value for this property is 2 minutes.</value>
311311
<remarks>To be added.</remarks>
312+
<exception cref="T:System.ArgumentOutOfRangeException">The value specified is less than <see cref="F:System.TimeSpan.Zero" /> or is equal to <see cref="F:System.Threading.Timeout.InfiniteTimeSpan" />.</exception>
312313
</Docs>
313314
</Member>
314315
<Member MemberName="PooledConnectionLifetime">
@@ -506,4 +507,4 @@
506507
</Docs>
507508
</Member>
508509
</Members>
509-
</Type>
510+
</Type>

0 commit comments

Comments
 (0)