1 write to _options
Microsoft.AspNetCore.Server.IIS (1)
Core\IISHttpServer.cs (1)
70_options = options.Value;
6 references to _options
Microsoft.AspNetCore.Server.IIS (6)
Core\IISHttpServer.cs (6)
75if (_options.ForwardWindowsAuthentication) 77authentication.AddScheme(new AuthenticationScheme(IISServerDefaults.AuthenticationScheme, _options.AuthenticationDisplayName, typeof(IISServerAuthenticationHandlerInternal))); 87if (_options.MaxRequestBodySize > _options.IisMaxRequestSizeLimit) 99_iisContextFactory = new IISContextFactory<TContext>(_memoryPool, application, _options, this, _logger); 109_serverAddressesFeature.Addresses = _options.ServerAddresses;