1 implementation of MaxPendingAccepts
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelListener.cs (1)
192
public int
MaxPendingAccepts
1 reference to MaxPendingAccepts
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionOrientedTransportManager.cs (1)
50
this.maxPendingAccepts = listenerSettings.
MaxPendingAccepts
;