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

Grpc.Core.ConnectivityState

public enum ConnectivityState
The connectivity state.

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

Establishing a connection.

Idle = 0

Not trying to create a connection.

Ready = 2

Connection ready.

Connection shutdown.

A transient failure on connection.