2 references to MaxPendingAcceptsUpperLimit
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpTransportBindingElement.cs (2)
248
if (value > HttpTransportDefaults.
MaxPendingAcceptsUpperLimit
)
251
string.Format(SRServiceModel.HttpMaxPendingAcceptsTooLargeError, HttpTransportDefaults.
MaxPendingAcceptsUpperLimit
)));