1 write to MaxPendingAccepts
System.ServiceModel (1)
System\ServiceModel\Configuration\ConnectionOrientedTransportElement.cs (1)
121this.MaxPendingAccepts = source.MaxPendingAccepts;
3 references to MaxPendingAccepts
System.ServiceModel (3)
System\ServiceModel\Configuration\ConnectionOrientedTransportElement.cs (3)
102if (this.MaxPendingAccepts != ConnectionOrientedTransportDefaults.MaxPendingAcceptsConst) 104binding.MaxPendingAccepts = this.MaxPendingAccepts; 121this.MaxPendingAccepts = source.MaxPendingAccepts;