2 writes to maxPooledConnections
System.ServiceModel (2)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelListener.cs (2)
116this.maxPooledConnections = ConnectionOrientedTransportDefaults.GetMaxConnections(); 120this.maxPooledConnections = maxOutboundConnectionsPerEndpoint;
1 reference to maxPooledConnections
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelListener.cs (1)
104get { return this.maxPooledConnections; }