Implemented interface member:
property
PreferHostingUrls
Microsoft.AspNetCore.Hosting.Server.Features.IServerAddressesFeature.PreferHostingUrls
2 references to PreferHostingUrls
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\AddressBinder.cs (1)
24context.ServerAddressesFeature.PreferHostingUrls,
Internal\KestrelServerImpl.cs (1)
301if (Options.ConfigurationLoader?.ReloadOnChange == true && (!_serverAddresses.PreferHostingUrls || _serverAddresses.InternalCollection.Count == 0))