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