1 write to _options
Microsoft.AspNetCore.Server.IIS (1)
Core\IISHttpServer.cs (1)
73_options = options.Value;
6 references to _options
Microsoft.AspNetCore.Server.IIS (6)
Core\IISHttpServer.cs (6)
76if (_options.ForwardWindowsAuthentication) 78authentication.AddScheme(new AuthenticationScheme(IISServerDefaults.AuthenticationScheme, _options.AuthenticationDisplayName, typeof(IISServerAuthenticationHandlerInternal))); 88if (_options.MaxRequestBodySize > _options.IisMaxRequestSizeLimit) 100_iisContextFactory = new IISContextFactory<TContext>(_memoryPool, application, _options, this, _logger); 113_serverAddressesFeature.Addresses = _options.ServerAddresses;