3 references to MaxPendingAcceptsUpperLimit
System.ServiceModel (3)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (2)
276
if (value > HttpTransportDefaults.
MaxPendingAcceptsUpperLimit
)
279
SR.GetString(SR.HttpMaxPendingAcceptsTooLargeError, HttpTransportDefaults.
MaxPendingAcceptsUpperLimit
)));
System\ServiceModel\Configuration\HttpTransportElement.cs (1)
94
[IntegerValidator(MinValue = 0, MaxValue = HttpTransportDefaults.
MaxPendingAcceptsUpperLimit
)]