Home
last modified time | relevance | path

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

/third_party/grpc/src/csharp/Grpc.Core.Api/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()
/third_party/grpc/src/csharp/Grpc.Core/
DForwardedTypes.cs53 [assembly:TypeForwardedToAttribute(typeof(InterceptingCallInvoker))]