<PackageReference Include="Grpc.Net.Common" Version="2.71.0" />

Grpc.Core.ConnectivityState

public enum ConnectivityState
The connectivity state.

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

namespace Grpc.Core { public enum ConnectivityState { Idle, Connecting, Ready, TransientFailure, Shutdown } }