1 type derived from PoolIdleConnectionPool
System.ServiceModel (1)
System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
97
protected class IdleTimeoutIdleConnectionPool :
PoolIdleConnectionPool
1 instantiation of PoolIdleConnectionPool
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionPool.cs (1)
424
return new
PoolIdleConnectionPool
(parent.MaxIdleConnectionPoolCount);