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