3 references to MaxIdleTime
System (3)
net\System\Net\_Connection.cs (2)
848
if (ServicePoint.
MaxIdleTime
!= -1 &&
851
TimeSpan.FromMilliseconds(ServicePoint.
MaxIdleTime
) <
net\System\Net\ConnectionPoolManager.cs (1)
53
connectionPool = new ConnectionPool(servicePoint, servicePoint.ConnectionLimit, 0, servicePoint.
MaxIdleTime
, createConnectionCallback);