5 references to ConfigureMatch
Aspire.Hosting.Yarp (5)
ConfigurationBuilder\YarpRoute.cs (5)
64route.ConfigureMatch(match => match with { Path = path }); 73route.ConfigureMatch(match => match with { Methods = methods }); 82route.ConfigureMatch(match => match with { Headers = headers.ToList() }); 92route.ConfigureMatch(match => match with { Hosts = hosts.ToList() }); 101route.ConfigureMatch(match => match with { QueryParameters = queryParameters.ToList() });