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