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