10 references to Configure
Aspire.Hosting.Yarp (10)
ConfigurationBuilder\YarpCluster.cs (10)
186
cluster.
Configure
(c => c with { HttpRequest = config });
198
cluster.
Configure
(c => c with { HttpRequest = ToForwarderRequestConfig(config) });
209
cluster.
Configure
(c => c with { HttpClient = config });
221
cluster.
Configure
(c => c with { HttpClient = ToHttpClientConfig(config) });
232
cluster.
Configure
(c => c with { SessionAffinity = config });
244
cluster.
Configure
(c => c with { SessionAffinity = ToSessionAffinityConfig(config) });
255
cluster.
Configure
(c => c with { HealthCheck = config });
267
cluster.
Configure
(c => c with { HealthCheck = ToHealthCheckConfig(config) });
277
cluster.
Configure
(c => c with { LoadBalancingPolicy = policy });
287
cluster.
Configure
(c => c with { Metadata = metadata });