Grpc.Net.Client.Balancer.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);
}
}