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