HeaderInterceptor Delegate |
Interceptor for call headers.
Namespace: Grpc.CoreAssembly: Grpc.Core (in Grpc.Core.dll) Version: 0.7.0.0
Syntaxpublic delegate void HeaderInterceptor(
IMethod method,
string authUri,
Metadata metadata
)
Public Delegate Sub HeaderInterceptor (
method As IMethod,
authUri As String,
metadata As Metadata
)
public delegate void HeaderInterceptor(
IMethod^ method,
String^ authUri,
Metadata^ metadata
)
type HeaderInterceptor =
delegate of
method : IMethod *
authUri : string *
metadata : Metadata -> unit
Parameters
- method
- Type: Grpc.CoreIMethod
- authUri
- Type: SystemString
- metadata
- Type: Grpc.CoreMetadata
See Also