1 write to MaxRequestBodySize
Microsoft.AspNetCore.Server.IIS (1)
WebHostBuilderIISExtensions.cs (1)
54
options.
MaxRequestBodySize
= iisConfigData.maxRequestBodySize;
2 references to MaxRequestBodySize
Microsoft.AspNetCore.Server.IIS (2)
Core\IISHttpContext.cs (1)
295
MaxRequestBodySize = _options.
MaxRequestBodySize
;
Core\IISHttpServer.cs (1)
88
if (_options.
MaxRequestBodySize
> _options.IisMaxRequestSizeLimit)