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