3 references to MaxRequestBodySizeCannotBeModifiedAfterRead
InMemory.FunctionalTests (1)
MaxRequestBodySizeTests.cs (1)
320
Assert.Equal(CoreStrings.
MaxRequestBodySizeCannotBeModifiedAfterRead
, invalidOpEx.Message);
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
207
throw new InvalidOperationException(CoreStrings.
MaxRequestBodySizeCannotBeModifiedAfterRead
);
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
Http1\Http1ConnectionTests.cs (1)
941
Assert.Equal(CoreStrings.
MaxRequestBodySizeCannotBeModifiedAfterRead
, ex.Message);