1 write to _options
Microsoft.AspNetCore.Server.IIS (1)
Core\IISHttpContext.cs (1)
85_options = options;
6 references to _options
Microsoft.AspNetCore.Server.IIS (6)
Core\IISHttpContext.cs (5)
89((IHttpBodyControlFeature)this).AllowSynchronousIO = _options.AllowSynchronousIO; 92private int PauseWriterThreshold => _options.MaxRequestBodyBufferSize; 276if (_options.ForwardWindowsAuthentication) 279if (_options.AutomaticAuthentication) 285MaxRequestBodySize = _options.MaxRequestBodySize;
Core\IISHttpContext.FeatureCollection.cs (1)
450if (value > _options.IisMaxRequestSizeLimit)