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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["`ClientBase` is an abstract base class designed for creating client-side stubs in gRPC within the .NET environment."],["It offers four constructors, including a parameterless one for test doubles and three others to initialize with `CallInvoker`, `ChannelBase`, or `ClientBaseConfiguration` for remote call invocations."],["The class inherits several core members from the base `object` class, such as `Equals`, `GetHashCode`, `GetType`, and `ToString`."],["The `CallInvoker` property allows to access and manage the call invoker for remote communication, facilitating the execution of remote calls."],["The latest version of this class is `2.66.0`, while this page is specifically describing version `2.63.0`."]]],[]]