3 references to DefaultMaxPendingAccepts
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpTransportBindingElement.cs (2)
50
_maxPendingAccepts = HttpTransportDefaults.
DefaultMaxPendingAccepts
;
233
[DefaultValue(HttpTransportDefaults.
DefaultMaxPendingAccepts
)]
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDefaults.cs (1)
283
return maxPendingAccepts == HttpTransportDefaults.
DefaultMaxPendingAccepts
?