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