Implemented interface member:
property
MaxPooledConnections
System.ServiceModel.Channels.IConnectionOrientedListenerSettings.MaxPooledConnections
3 references to MaxPooledConnections
System.ServiceModel (3)
System\ServiceModel\Channels\ConnectionOrientedTransportManager.cs (1)
109
(this.maxPooledConnections == channelListener.
MaxPooledConnections
)
System\ServiceModel\Channels\ExclusiveTcpTransportManager.cs (2)
185
this.maxPooledConnections = channelListener.
MaxPooledConnections
;
231
&& (this.maxPooledConnections == channelListener.
MaxPooledConnections
)