Implemented interface member:
property
MaxRequestBodySize
Microsoft.AspNetCore.Http.Features.IHttpMaxRequestBodySizeFeature.MaxRequestBodySize
1 write to MaxRequestBodySize
Microsoft.AspNetCore.Routing.Tests (1)
EndpointRoutingMiddlewareTest.cs (1)
439MaxRequestBodySize = maxRequestBodySize;
2 references to MaxRequestBodySize
Microsoft.AspNetCore.Routing.Tests (2)
EndpointRoutingMiddlewareTest.cs (2)
296var actualRequestSizeLimit = maxRequestBodySizeFeature.MaxRequestBodySize; 393var actualRequestSizeLimit = maxRequestBodySizeFeature.MaxRequestBodySize;