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