3 references to MaxIdleConnectionPoolCount
System.ServiceModel (3)
System\ServiceModel\Channels\ConnectionPool.cs (2)
424
return new PoolIdleConnectionPool(parent.
MaxIdleConnectionPoolCount
);
660
(this.
MaxIdleConnectionPoolCount
== settings.MaxOutboundConnectionsPerEndpoint) &&
System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
116
: base(parent.Parent.
MaxIdleConnectionPoolCount
)