Grpc.Net.Client.GrpcChannel
Represents a gRPC channel. Channels are an abstraction of long-lived connections to remote servers.
Client objects can reuse the same channel. Creating a channel is an expensive operation compared to invoking
a remote call so in general you should reuse a single channel for as many calls as possible.
Creates a GrpcChannel for the specified address.
Creates a GrpcChannel for the specified address and configuration options.
Creates a GrpcChannel for the specified address.
Creates a GrpcChannel for the specified address and configuration options.
Releases the resources used by the GrpcChannel class.
Clients created with the channel can't be used after the channel is disposed.