2 references to ExpandPorts
Microsoft.AspNetCore.Hosting (2)
GenericHost\GenericWebHostService.cs (2)
91var httpUrls = ExpandPorts(httpPorts, Uri.UriSchemeHttp); 92var httpsUrls = ExpandPorts(httpsPorts, Uri.UriSchemeHttps);