10 instantiations of ServerAddressesFeature
Microsoft.AspNetCore.Hosting.Tests (1)
WebHostTests.cs (1)
1229Features.Set<IServerAddressesFeature>(new ServerAddressesFeature());
Microsoft.AspNetCore.HttpsPolicy.Tests (5)
HttpsPolicyTests.cs (1)
62server.Features.Set<IServerAddressesFeature>(new ServerAddressesFeature());
HttpsRedirectionMiddlewareTests.cs (4)
214server.Features.Set<IServerAddressesFeature>(new ServerAddressesFeature()); 258server.Features.Set<IServerAddressesFeature>(new ServerAddressesFeature()); 301server.Features.Set<IServerAddressesFeature>(new ServerAddressesFeature()); 344server.Features.Set<IServerAddressesFeature>(new ServerAddressesFeature());
Microsoft.AspNetCore.Server.HttpSys (1)
MessagePump.cs (1)
44_serverAddresses = new ServerAddressesFeature();
Microsoft.AspNetCore.TestHost (1)
TestServer.cs (1)
26features.Set<IServerAddressesFeature>(new ServerAddressesFeature());
Microsoft.AspNetCore.TestHost.Tests (1)
TestServerTests.cs (1)
273featureCollection.Set<IServerAddressesFeature>(new ServerAddressesFeature());
Microsoft.AspNetCore.Testing.Tests (1)
FakesExtensionsTests.cs (1)
234var addressesFeature = new ServerAddressesFeature();
2 references to ServerAddressesFeature
Microsoft.AspNetCore.Server.HttpSys (1)
MessagePump.cs (1)
28private readonly ServerAddressesFeature _serverAddresses;
Microsoft.AspNetCore.Testing.Tests (1)
FakesExtensionsTests.cs (1)
234var addressesFeature = new ServerAddressesFeature();