Grpc.Core.ChannelBase
Base class for gRPC channel. Channels are an abstraction of long-lived connections to remote servers.
The original target used to create the channel.
Initializes a new instance of ChannelBase class that connects to a specific host.
Create a new CallInvoker for the channel.
Shuts down the channel cleanly. It is strongly recommended to shutdown
the channel once you stopped using it.
Provides implementation of a non-virtual public member.