Searched refs:InterceptingCallInvoker (Results 1 – 2 of 2) sorted by relevance
28 internal class InterceptingCallInvoker : CallInvoker class37 public InterceptingCallInvoker(CallInvoker invoker, Interceptor interceptor) in InterceptingCallInvoker() method in Grpc.Core.Interceptors.InterceptingCallInvoker
45 return new InterceptingCallInvoker(invoker, interceptor); in Intercept()94 return new InterceptingCallInvoker(invoker, new MetadataInterceptor(interceptor)); in Intercept()