Implemented interface member:
property
MaxPendingConnections
System.ServiceModel.Channels.IConnectionOrientedListenerSettings.MaxPendingConnections
3 references to MaxPendingConnections
System.ServiceModel (3)
System\ServiceModel\Channels\ConnectionOrientedTransportManager.cs (1)
105(this.MaxPendingConnections == channelListener.MaxPendingConnections) &&
System\ServiceModel\Channels\ExclusiveTcpTransportManager.cs (2)
182this.maxPendingConnections = channelListener.MaxPendingConnections; 235&& (this.maxPendingConnections == channelListener.MaxPendingConnections)