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)
76
if (
_options
.ForwardWindowsAuthentication)
78
authentication.AddScheme(new AuthenticationScheme(IISServerDefaults.AuthenticationScheme,
_options
.AuthenticationDisplayName, typeof(IISServerAuthenticationHandlerInternal)));
88
if (
_options
.MaxRequestBodySize >
_options
.IisMaxRequestSizeLimit)
100
_iisContextFactory = new IISContextFactory<TContext>(_memoryPool, application,
_options
, this, _logger);
113
_serverAddressesFeature.Addresses =
_options
.ServerAddresses;