2 references to LocalhostListenOptions
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\AddressBinder.cs (1)
131options = new LocalhostListenOptions(parsedAddress.Port);
KestrelServerOptions.cs (1)
543var listenOptions = new LocalhostListenOptions(port);