Home
last modified time | relevance | path

Searched refs:InterceptingCallInvoker (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/Interceptors/
DInterceptingCallInvoker.cs28 internal class InterceptingCallInvoker : CallInvoker class
37 public InterceptingCallInvoker(CallInvoker invoker, Interceptor interceptor) in InterceptingCallInvoker() method in Grpc.Core.Interceptors.InterceptingCallInvoker
DCallInvokerExtensions.cs45 return new InterceptingCallInvoker(invoker, interceptor); in Intercept()
94 return new InterceptingCallInvoker(invoker, new MetadataInterceptor(interceptor)); in Intercept()