<PackageReference Include="Grpc.Net.Client" Version="2.80.0" />

Grpc.Net.Client.Balancer.ChannelState

public sealed class ChannelState
Represents the state for a channel. This is created from results returned by a Resolver.

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

namespace Grpc.Net.Client.Balancer { public sealed class ChannelState { public IReadOnlyList<BalancerAddress> Addresses { get; } public LoadBalancingConfig LoadBalancingConfig { get; } public Status Status { get; } public BalancerAttributes Attributes { get; } } }