1 write to maxRequestBodySize
Microsoft.AspNetCore.Server.IIS (1)
Core\IISConfigurationData.cs (1)
78
maxRequestBodySize
= native.maxRequestBodySize
3 references to maxRequestBodySize
Microsoft.AspNetCore.Server.IIS (3)
Core\IISConfigurationData.cs (1)
47
native.maxRequestBodySize = managed.
maxRequestBodySize
;
WebHostBuilderIISExtensions.cs (2)
52
options.MaxRequestBodySize = iisConfigData.
maxRequestBodySize
;
53
options.IisMaxRequestSizeLimit = iisConfigData.
maxRequestBodySize
;