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).
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),
host null with 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-08-07 UTC."],[[["\u003cp\u003e\u003ccode\u003eClientBase<T>\u003c/code\u003e is a generic base class for creating client-side stubs in gRPC.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides multiple constructors to initialize a new client instance, including options for a parameterless constructor for mocking, using a \u003ccode\u003eCallInvoker\u003c/code\u003e, a \u003ccode\u003eChannelBase\u003c/code\u003e, or a \u003ccode\u003eClientBaseConfiguration\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eClientBase<T>\u003c/code\u003e inherits from \u003ccode\u003eClientBase\u003c/code\u003e, which in turn inherits from \u003ccode\u003eobject\u003c/code\u003e, providing a set of inherited members such as \u003ccode\u003eCallInvoker\u003c/code\u003e, \u003ccode\u003eEquals\u003c/code\u003e, \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, \u003ccode\u003eMemberwiseClone\u003c/code\u003e, \u003ccode\u003eReferenceEquals\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eNewInstance\u003c/code\u003e is an abstract method that allows the creation of a new client instance based on the provided \u003ccode\u003eClientBaseConfiguration\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eWithHost\u003c/code\u003e method enables the creation of a new client instance with an explicitly set host field, useful for scenarios where multiple hosts are served by a single server, allowing default host to be used if not set.\u003c/p\u003e\n"]]],[],null,[]]