Click or drag to resize
ClientBaseT Class
Generic base class for client-side stubs.
Inheritance Hierarchy
SystemObject
  Grpc.CoreClientBase
    Grpc.CoreClientBaseT

Namespace: Grpc.Core
Assembly: Grpc.Core (in Grpc.Core.dll) Version: 1.0.0
Syntax
public abstract class ClientBase<T> : ClientBase
where T : ClientBase<T>

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Grpc.Core.ClientBase`1"]

The ClientBaseT type exposes the following members.

Constructors
Properties
  NameDescription
Protected propertyCallInvoker
Gets the call invoker.
(Inherited from ClientBase.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodNewInstance
Creates a new instance of client from given ClientBaseConfiguration.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWithHost
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.
Top
See Also