3 references to ListenAnyIP_Success
Sockets.BindTests (3)
src\Servers\Kestrel\test\BindTests\AddressRegistrationTests.cs (3)
349await ListenAnyIP_Success(new[] { "http://localhost", "http://127.0.0.1" }); 356await ListenAnyIP_Success(new[] { "http://[::1]", "http://localhost", "http://127.0.0.1" }); 365await ListenAnyIP_Success(new[] { $"http://{hostName}" });