1 write to maxPooledConnections
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionOrientedTransportManager.cs (1)
52this.maxPooledConnections = listenerSettings.MaxPooledConnections;
2 references to maxPooledConnections
System.ServiceModel (2)
System\ServiceModel\Channels\ConnectionOrientedTransportManager.cs (2)
94get { return this.maxPooledConnections; } 109(this.maxPooledConnections == channelListener.MaxPooledConnections)