1 implementation of MaxPendingConnections
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelListener.cs (1)
176
public int
MaxPendingConnections
1 reference to MaxPendingConnections
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionOrientedTransportManager.cs (1)
48
this.maxPendingConnections = listenerSettings.
MaxPendingConnections
;