1 write to _options
Microsoft.AspNetCore.Server.IIS (1)
Core\IISHttpContext.cs (1)
86
_options
= options;
6 references to _options
Microsoft.AspNetCore.Server.IIS (6)
Core\IISHttpContext.cs (5)
90
((IHttpBodyControlFeature)this).AllowSynchronousIO =
_options
.AllowSynchronousIO;
93
private int PauseWriterThreshold =>
_options
.MaxRequestBodyBufferSize;
283
if (
_options
.ForwardWindowsAuthentication)
286
if (
_options
.AutomaticAuthentication)
292
MaxRequestBodySize =
_options
.MaxRequestBodySize;
Core\IISHttpContext.FeatureCollection.cs (1)
457
if (value >
_options
.IisMaxRequestSizeLimit)