Gets current connectivity state of this channel.
Namespace: Grpc.CoreAssembly: Grpc.Core (in Grpc.Core.dll) Version: 0.6.1.0
Syntaxpublic ChannelState State { get; }
Public ReadOnly Property State As ChannelState
Get
public:
property ChannelState State {
ChannelState get ();
}
member State : ChannelState with get
Property Value
Type:
ChannelState
See Also