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