Click or drag to resize
ClientBaseHeaderInterceptor Property
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.

Namespace: Grpc.Core
Assembly: Grpc.Core (in Grpc.Core.dll) Version: 0.6.1.0
Syntax
public HeaderInterceptor HeaderInterceptor { get; set; }

Property Value

Type: HeaderInterceptor
See Also