Initializes a new instance ofClientBaseclass that
throwsNotImplementedExceptionupon 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-09-04 UTC."],[[["\u003cp\u003e\u003ccode\u003eClientBase\u003c/code\u003e is an abstract base class designed for creating client-side stubs in gRPC applications, serving as a foundation for derived client types.\u003c/p\u003e\n"],["\u003cp\u003eThis class offers multiple constructors, including one that initializes an instance with a \u003ccode\u003eCallInvoker\u003c/code\u003e, another with a \u003ccode\u003eChannelBase\u003c/code\u003e, and a third with \u003ccode\u003eClientBase.ClientBaseConfiguration\u003c/code\u003e for varied setup needs.\u003c/p\u003e\n"],["\u003cp\u003eThe parameterless constructor for \u003ccode\u003eClientBase\u003c/code\u003e is primarily intended for testing and mocking, throwing a \u003ccode\u003eNotImplementedException\u003c/code\u003e if any RPC is invoked.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCallInvoker\u003c/code\u003e property, accessible within derived classes, provides a means to invoke remote calls within the gRPC framework.\u003c/p\u003e\n"]]],[],null,[]]