4 references to EdgeKey
Microsoft.AspNetCore.Routing (4)
Matching\HostMatcherPolicy.cs (4)
164
return new
EdgeKey
(hostSpan[hostParts[0]].ToString(), null);
173
return new
EdgeKey
(hostSpan[hostParts[0]].ToString(), port);
177
return new
EdgeKey
(hostSpan[hostParts[0]].ToString(), null);
400
internal static readonly EdgeKey WildcardEdgeKey = new
EdgeKey
(null, null);