1 write to maxCount
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionPool.cs (1)
562this.maxCount = maxCount;
4 references to maxCount
System.ServiceModel (4)
System\ServiceModel\Channels\ConnectionPool.cs (4)
587TD.MaxOutboundConnectionsPerEndpointExceeded(SR.GetString(SR.TraceCodeConnectionPoolMaxOutboundConnectionsPerEndpointQuotaReached, maxCount)); 593SR.GetString(SR.TraceCodeConnectionPoolMaxOutboundConnectionsPerEndpointQuotaReached, maxCount), 599TD.OutboundConnectionsPerEndpointRatio(this.idleConnections.Count, maxCount); 611TD.OutboundConnectionsPerEndpointRatio(this.idleConnections.Count, maxCount);