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