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.CoreAssembly: Grpc.Core (in Grpc.Core.dll) Version: 0.7.0.0
Syntaxpublic HeaderInterceptor HeaderInterceptor { get; set; }
Public Property HeaderInterceptor As HeaderInterceptor
Get
Set
public:
property HeaderInterceptor^ HeaderInterceptor {
HeaderInterceptor^ get ();
void set (HeaderInterceptor^ value);
}
member HeaderInterceptor : HeaderInterceptor with get, set
Property Value
Type:
HeaderInterceptor
See Also