3 writes to MaxRequestBodySize
Microsoft.AspNetCore.Server.IIS (3)
Core\IISHttpContext.cs (1)
285MaxRequestBodySize = _options.MaxRequestBodySize;
Core\IISHttpContext.FeatureCollection.cs (2)
356MaxRequestBodySize = null; 455MaxRequestBodySize = value;
3 references to MaxRequestBodySize
Microsoft.AspNetCore.Server.IIS (3)
Core\IISHttpContext.cs (1)
484if (RequestHeaders.ContentLength > MaxRequestBodySize)
Core\IISHttpContext.FeatureCollection.cs (1)
434get => MaxRequestBodySize;
Core\IISHttpContext.IO.cs (1)
120if (_consumedBytes > MaxRequestBodySize)