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