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