3 writes to MaxRequestBodySize
Microsoft.AspNetCore.Server.IIS (3)
Core\IISHttpContext.cs (1)
292MaxRequestBodySize = _options.MaxRequestBodySize;
Core\IISHttpContext.FeatureCollection.cs (2)
357MaxRequestBodySize = null; 462MaxRequestBodySize = value;
3 references to MaxRequestBodySize
Microsoft.AspNetCore.Server.IIS (3)
Core\IISHttpContext.cs (1)
493if (RequestHeaders.ContentLength > MaxRequestBodySize)
Core\IISHttpContext.FeatureCollection.cs (1)
441get => MaxRequestBodySize;
Core\IISHttpContext.IO.cs (1)
120if (_consumedBytes > MaxRequestBodySize)