1 reference to Endpoint
Microsoft.AspNetCore.Server.Kestrel.Core (1)
KestrelConfigurationLoader.cs (1)
94
public KestrelConfigurationLoader Endpoint(IPAddress address, int port) =>
Endpoint
(address, port, _ => { });