5 references to MatchesPort
Microsoft.AspNetCore.Routing (5)
Matching\HostMatcherPolicy.cs (5)
312
if (key.MatchesHost && !key.HasHostWildcard && key.
MatchesPort
)
320
else if (key.MatchesHost && key.
MatchesPort
)
328
else if (key.
MatchesPort
)
392
if ((!destination.host.
MatchesPort
|| destination.host.Port == port) &&
427
public bool MatchesAll => !MatchesHost && !
MatchesPort
;