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