ClientBase Class |
Namespace: Grpc.Core
The ClientBase type exposes the following members.
Name | Description | |
---|---|---|
![]() | ClientBase |
Initializes a new instance of ClientBase class.
|
Name | Description | |
---|---|---|
![]() | Channel |
Channel associated with this client.
|
![]() | HeaderInterceptor |
Can be used to register a custom header (request metadata) interceptor.
The interceptor is invoked each time a new call on this client is started.
|
![]() | Host |
gRPC supports multiple "hosts" being served by a single server.
This property can be used to set the target host explicitly.
By default, this will be set to null with the meaning
"use default host".
|
Name | Description | |
---|---|---|
![]() | CreateCallTRequest, TResponse |
Creates a new call to given method.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |