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 (request metadata) interceptor. The interceptor is invoked each time a new call on this client is started.
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