3 references to MaxIdleConnectionPoolCount
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionPool.cs (2)
410
return new PoolIdleConnectionPool(_parent.
MaxIdleConnectionPoolCount
);
638
(this.
MaxIdleConnectionPoolCount
== settings.MaxOutboundConnectionsPerEndpoint) &&
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
116
: base(parent.Parent.
MaxIdleConnectionPoolCount
)