Searched refs:UnaryServerHandler (Results 1 – 5 of 5) sorted by relevance
104 …builder.AddMethod(method, (request, context) => interceptor.UnaryServerHandler(request, context, h… in AddMethod()
115 return UnaryServerHandler( in SayHello()
315 …public virtual Task<TResponse> UnaryServerHandler<TRequest, TResponse>(TRequest request, ServerCal…
154 return UnaryServerHandler( in Store()
148 …public override Task<TResponse> UnaryServerHandler<TRequest, TResponse>(TRequest request, ServerCa… in UnaryServerHandler() method in Grpc.Core.Interceptors.Tests.ServerInterceptorTest.ServerCallContextInterceptor