YarpClusterExtensions
Class static net10.0
Provides extension methods for configuring a YARP cluster.
namespace Aspire.Hosting.Yarp;
public static class YarpClusterExtensions{ // ...} 6 members
Methods6
Section titled MethodsWithForwarderRequestConfig(YarpCluster, ForwarderRequestConfig)extension Set the ForwarderRequestConfig for the cluster.
WithHealthCheckConfig(YarpCluster, HealthCheckConfig)extension Set the HealthCheckConfig for the cluster.
WithHttpClientConfig(YarpCluster, HttpClientConfig)extension Set the ForwarderRequestConfig for the cluster.
WithLoadBalancingPolicy(YarpCluster, string)extension Set the LoadBalancingPolicy for the cluster.
WithMetadata(YarpCluster, IReadOnlyDictionary<string, string>)extension Set the Metadata for the cluster.
WithSessionAffinityConfig(YarpCluster, SessionAffinityConfig)extension Set the SessionAffinityConfig for the cluster.