4 references to DefaultMaxPendingAccepts
System.ServiceModel (4)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (2)
57this.maxPendingAccepts = HttpTransportDefaults.DefaultMaxPendingAccepts; 261[DefaultValue(HttpTransportDefaults.DefaultMaxPendingAccepts)]
System\ServiceModel\Channels\TransportDefaults.cs (1)
360return maxPendingAccepts == HttpTransportDefaults.DefaultMaxPendingAccepts ?
System\ServiceModel\Configuration\HttpTransportElement.cs (1)
93[ConfigurationProperty(ConfigurationStrings.MaxPendingAccepts, DefaultValue = HttpTransportDefaults.DefaultMaxPendingAccepts)]