<PackageReference Include="Grpc.Net.Client" Version="2.83.0-pre1" />

Grpc.Net.Client.Balancer.BalancerAddress

public sealed class BalancerAddress
Represents a balancer address.

Note: Experimental API that can change or be removed without any prior notice.

namespace Grpc.Net.Client.Balancer { public sealed class BalancerAddress { public DnsEndPoint EndPoint { get; } public BalancerAttributes Attributes { get; } public BalancerAddress(DnsEndPoint endPoint); public BalancerAddress(string host, int port); } }