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