2 references to Endpoint
Microsoft.AspNetCore.Server.Kestrel.Core (2)
KestrelConfigurationLoader.cs (2)
103
return
Endpoint
(new IPEndPoint(address, port), configure);
109
public KestrelConfigurationLoader Endpoint(IPEndPoint endPoint) =>
Endpoint
(endPoint, _ => { });