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