7 references to ListenAnyIP
Kestrel.SampleApp (1)
Startup.cs (1)
119options.ListenAnyIP(basePort + 3);
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (2)
AddressBinderTests.cs (2)
182options.ListenAnyIP(8080); 208options.ListenAnyIP(8080);
Negotiate.Server (2)
Program.cs (2)
32options.ListenAnyIP(5000); 37options.ListenAnyIP(5002);
SignalRSamples (1)
Program.cs (1)
33options.ListenAnyIP(5000);
Sockets.BindTests (1)
src\Servers\Kestrel\test\BindTests\AddressRegistrationTests.cs (1)
376options.ListenAnyIP(testPort);