Initializes a new instance of ClientBase class that
throws NotImplementedException upon invocation of any RPC.
This constructor is only provided to allow creation of test doubles
for client classes (e.g. mocking requires a parameterless constructor).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-12 UTC."],[[["`ClientBase` is an abstract base class designed for creating client-side stubs in gRPC."],["It inherits from `object` and includes several inherited members like `Equals`, `GetHashCode`, and `ToString`."],["There are four constructors for `ClientBase`, allowing initialization with no parameters (for test doubles), a `CallInvoker`, a `ChannelBase`, or a `ClientBaseConfiguration`."],["`ClientBase` contains a protected `CallInvoker` property that enables remote call invocation."],["The latest version is `2.66.0`, other available versions are `2.63.0` and `2.48.0`."]]],[]]