1 reference to LocalhostEndpoint
Microsoft.AspNetCore.Server.Kestrel.Core (1)
KestrelConfigurationLoader.cs (1)
133
public KestrelConfigurationLoader LocalhostEndpoint(int port) =>
LocalhostEndpoint
(port, options => { });