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