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