5 references to MatchesPort
Microsoft.AspNetCore.Routing (5)
Matching\HostMatcherPolicy.cs (5)
316
if (key.MatchesHost && !key.HasHostWildcard && key.
MatchesPort
)
324
else if (key.MatchesHost && key.
MatchesPort
)
332
else if (key.
MatchesPort
)
396
if ((!destination.host.
MatchesPort
|| destination.host.Port == port) &&
431
public bool MatchesAll => !MatchesHost && !
MatchesPort
;