Click or drag to resize
ClientBase Properties

The ClientBase type exposes the following members.

Properties
  NameDescription
Public propertyChannel
Channel associated with this client.
Public propertyHeaderInterceptor
Can be used to register a custom header interceptor. The interceptor is invoked each time a new call on this client is started. It is not recommented to use header interceptor to add auth headers to RPC calls.
Public propertyHost
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".
Top
See Also