1 write to maxPooledConnections
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionDemuxer.cs (1)
56
this.
maxPooledConnections
= maxPooledConnections;
3 references to maxPooledConnections
System.ServiceModel (3)
System\ServiceModel\Channels\ConnectionDemuxer.cs (3)
144
if (this.pooledConnectionCount >= this.
maxPooledConnections
)
160
SR.GetString(SR.TraceCodeServerMaxPooledConnectionsQuotaReached,
maxPooledConnections
),
161
new StringTraceRecord("MaxOutboundConnectionsPerEndpoint",
maxPooledConnections
.ToString(CultureInfo.InvariantCulture)),