4 references to ServerFeatures
Microsoft.AspNetCore (4)
WebApplication.cs (4)
35ApplicationBuilder = new ApplicationBuilder(host.Services, ServerFeatures); 69public ICollection<string> Urls => ServerFeatures.GetRequiredFeature<IServerAddressesFeature>().Addresses; 78IFeatureCollection IApplicationBuilder.ServerFeatures => ServerFeatures; 239var addresses = ServerFeatures.Get<IServerAddressesFeature>()?.Addresses;