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).
Creates a new client that sets host field for calls explicitly.
gRPC supports multiple "hosts" being served by a single server.
By default (if a client was not created by calling this method),
hostnullwith the meaning "use default host" is used.
[[["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<T>\u003c/code\u003e is a generic base class for creating client-side stubs in gRPC, inheriting from \u003ccode\u003eClientBase\u003c/code\u003e and ultimately \u003ccode\u003eObject\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eClientBase\u003c/code\u003e class has multiple constructors for initialization, including parameterless, \u003ccode\u003eCallInvoker\u003c/code\u003e, \u003ccode\u003eChannelBase\u003c/code\u003e, and \u003ccode\u003eClientBaseConfiguration\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eNewInstance\u003c/code\u003e method creates a new client instance based on a provided \u003ccode\u003eClientBaseConfiguration\u003c/code\u003e, which it receives as its parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eWithHost\u003c/code\u003e method enables the creation of a new client instance, used to set a specific host for calls, offering control over which server host to use.\u003c/p\u003e\n"]]],[],null,[]]