5 references to HostAttribute
Microsoft.AspNetCore.Routing.Tests (5)
Matching\HostMatcherPolicyTest.cs (5)
204CreateEndpoint("/", new HostAttribute("*.contoso.com:*")),
205CreateEndpoint("/", new HostAttribute("*.sub.contoso.com:*")),
206CreateEndpoint("/", new HostAttribute("www.contoso.com:*")),
207CreateEndpoint("/", new HostAttribute("www.contoso.com:5000")),
208CreateEndpoint("/", new HostAttribute("*:*")),