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