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)
75
if (
_options
.ForwardWindowsAuthentication)
77
authentication.AddScheme(new AuthenticationScheme(IISServerDefaults.AuthenticationScheme,
_options
.AuthenticationDisplayName, typeof(IISServerAuthenticationHandlerInternal)));
87
if (
_options
.MaxRequestBodySize >
_options
.IisMaxRequestSizeLimit)
99
_iisContextFactory = new IISContextFactory<TContext>(_memoryPool, application,
_options
, this, _logger);
109
_serverAddressesFeature.Addresses =
_options
.ServerAddresses;