2 references to GetHostAndPort
Microsoft.AspNetCore.Routing (2)
Matching\HostMatcherPolicy.cs (2)
91
var (requestHost, requestPort) =
GetHostAndPort
(httpContext);
380
var (host, port) =
GetHostAndPort
(httpContext);