<PackageReference Include="Grpc.Net.Common" Version="2.76.0-pre1" />

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.