1 write to _serverAddressesFeature
Microsoft.AspNetCore.Server.IIS (1)
Core\IISHttpServer.cs (1)
71_serverAddressesFeature = new ServerAddressesFeature();
2 references to _serverAddressesFeature
Microsoft.AspNetCore.Server.IIS (2)
Core\IISHttpServer.cs (2)
80Features.Set<IServerAddressesFeature>(_serverAddressesFeature); 109_serverAddressesFeature.Addresses = _options.ServerAddresses;