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 within the .NET environment.\u003c/p\u003e\n"],["\u003cp\u003eIt offers four constructors, including a parameterless one for test doubles and three others to initialize with \u003ccode\u003eCallInvoker\u003c/code\u003e, \u003ccode\u003eChannelBase\u003c/code\u003e, or \u003ccode\u003eClientBaseConfiguration\u003c/code\u003e for remote call invocations.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits several core members from the base \u003ccode\u003eobject\u003c/code\u003e class, such as \u003ccode\u003eEquals\u003c/code\u003e, \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCallInvoker\u003c/code\u003e property allows to access and manage the call invoker for remote communication, facilitating the execution of remote calls.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this class is \u003ccode\u003e2.66.0\u003c/code\u003e, while this page is specifically describing version \u003ccode\u003e2.63.0\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]