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