3 references to RequestEntityTooLarge
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
142
ThrowHttpProtocolException(SR.GetString(SR.MaxReceivedMessageSizeExceeded, settings.MaxReceivedMessageSize), HttpStatusCode.
RequestEntityTooLarge
);
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\HostedHttpContext.cs (1)
451
return HttpInput.CreateHttpProtocolException(SR.Hosting_MaxRequestLengthExceeded, HttpStatusCode.
RequestEntityTooLarge
, null, hostedException);
System\ServiceModel\Activation\HostedHttpRequestAsyncResult.cs (1)
601
throw FxTrace.Exception.AsError(HttpInput.CreateHttpProtocolException(SR.Hosting_MaxRequestLengthExceeded, HttpStatusCode.
RequestEntityTooLarge
, null, hostedException));