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