1 write to MaxIdleConnectionPoolCount
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\ConnectionPool.cs (1)
30MaxIdleConnectionPoolCount = maxCount;
3 references to MaxIdleConnectionPoolCount
System.ServiceModel.NetFramingBase (3)
System\ServiceModel\Channels\ConnectionPool.cs (2)
415return new PoolIdleConnectionPool(Parent.MaxIdleConnectionPoolCount); 657(MaxIdleConnectionPoolCount == settings.MaxOutboundConnectionsPerEndpoint) &&
System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
99: base(parent.Parent.MaxIdleConnectionPoolCount)