Click or drag to resize
HeaderInterceptor Delegate
Interceptor for call headers.

Namespace: Grpc.Core
Assembly: Grpc.Core (in Grpc.Core.dll) Version: 0.6.1.0
Syntax
public delegate void HeaderInterceptor(
	IMethod method,
	string authUri,
	Metadata metadata
)

Parameters

method
Type: Grpc.CoreIMethod
authUri
Type: SystemString
metadata
Type: Grpc.CoreMetadata
See Also