5 references to LocalhostListenOptions
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\AddressBinder.cs (1)
131
options = prefix is null ? new
LocalhostListenOptions
(parsedAddress.Port) : new LocalhostListenOptions(parsedAddress.Port, prefix);
KestrelServerOptions.cs (1)
547
var listenOptions = new
LocalhostListenOptions
(port);
LocalhostListenOptions.cs (1)
15
:
this
(port)
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (2)
ListenOptionsTests.cs (2)
25
var localhostListenOptions = new
LocalhostListenOptions
(1004);
53
var localhostListenOptions = new
LocalhostListenOptions
(1004);