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