10 references to Configure
Aspire.Hosting.Yarp (10)
ConfigurationBuilder\YarpCluster.cs (10)
120
cluster.
Configure
(c => c with { HttpRequest = config });
132
cluster.
Configure
(c => c with { HttpRequest = ToForwarderRequestConfig(config) });
143
cluster.
Configure
(c => c with { HttpClient = config });
155
cluster.
Configure
(c => c with { HttpClient = ToHttpClientConfig(config) });
166
cluster.
Configure
(c => c with { SessionAffinity = config });
178
cluster.
Configure
(c => c with { SessionAffinity = ToSessionAffinityConfig(config) });
189
cluster.
Configure
(c => c with { HealthCheck = config });
201
cluster.
Configure
(c => c with { HealthCheck = ToHealthCheckConfig(config) });
211
cluster.
Configure
(c => c with { LoadBalancingPolicy = policy });
221
cluster.
Configure
(c => c with { Metadata = metadata });