5 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)
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (2)
ListenOptionsTests.cs (2)
25var localhostListenOptions = new LocalhostListenOptions(1004); 53var localhostListenOptions = new LocalhostListenOptions(1004);