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