1 implementation of ServerFeatures
Microsoft.AspNetCore.Hosting (1)
Internal\WebHost.cs (1)
87public IFeatureCollection ServerFeatures
3 references to ServerFeatures
Aspire.Dashboard.Tests (1)
Integration\MockOpenIdAuthority.cs (1)
118var serverAddress = webHost.ServerFeatures.Get<IServerAddressesFeature>();
Microsoft.AspNetCore.Hosting (1)
WebHostExtensions.cs (1)
122var serverAddresses = host.ServerFeatures.Get<IServerAddressesFeature>()?.Addresses;
Microsoft.AspNetCore.Mvc.Testing (1)
WebApplicationFactory.cs (1)
621private static IServerAddressesFeature? GetServerAddressFeature(IWebHost webHost) => webHost.ServerFeatures.Get<IServerAddressesFeature>();