1 write to MaxPendingAccepts
System.ServiceModel (1)
System\ServiceModel\Configuration\HttpTransportElement.cs (1)
193
binding.
MaxPendingAccepts
= this.MaxPendingAccepts;
2 references to MaxPendingAccepts
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelListener.cs (1)
104
this.maxPendingAccepts = HttpTransportDefaults.GetEffectiveMaxPendingAccepts(bindingElement.
MaxPendingAccepts
);
System\ServiceModel\Configuration\HttpTransportElement.cs (1)
251
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.MaxPendingAccepts, source.
MaxPendingAccepts
);