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