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

Grpc.Net.Client.Balancer.SubchannelState

public sealed class SubchannelState
Represents subchannel state.

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

namespace Grpc.Net.Client.Balancer { public sealed class SubchannelState { public ConnectivityState State { get; } public Status Status { get; } } }