3 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)