Grpc.Net.Client.Balancer.SubchannelOptions
Represents options used to create Subchannel.
Note: Experimental API that can change or be removed without any prior notice.
namespace Grpc.Net.Client.Balancer
{
public sealed class SubchannelOptions
{
public IReadOnlyList<BalancerAddress> Addresses { get; }
public SubchannelOptions(IReadOnlyList<BalancerAddress> addresses);
}
}