5 references to MatchesPort
Microsoft.AspNetCore.Routing (5)
Matching\HostMatcherPolicy.cs (5)
307
if (key.MatchesHost && !key.HasHostWildcard && key.
MatchesPort
)
315
else if (key.MatchesHost && key.
MatchesPort
)
323
else if (key.
MatchesPort
)
387
if ((!destination.host.
MatchesPort
|| destination.host.Port == port) &&
422
public bool MatchesAll => !MatchesHost && !
MatchesPort
;