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