7 references to ConfigureMatch
Aspire.Hosting.Yarp (7)
ConfigurationBuilder\YarpRoute.cs (7)
80
route.
ConfigureMatch
(match => match with { Path = path });
90
route.
ConfigureMatch
(match => match with { Methods = methods });
101
route.
ConfigureMatch
(match => match with { Headers = headers.ToList() });
113
route.
ConfigureMatch
(match => match with { Headers = headers.Select(ToRouteHeader).ToList() });
124
route.
ConfigureMatch
(match => match with { Hosts = hosts.ToList() });
135
route.
ConfigureMatch
(match => match with { QueryParameters = queryParameters.ToList() });
147
route.
ConfigureMatch
(match => match with { QueryParameters = queryParameters.Select(ToRouteQueryParameter).ToList() });