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