Searched refs:UnaryServerHandler (Results 1 – 3 of 3) sorted by relevance
315 …public virtual Task<TResponse> UnaryServerHandler<TRequest, TResponse>(TRequest request, ServerCal…
101 …public override Task<TResponse> UnaryServerHandler<TRequest, TResponse>(TRequest request, ServerCa… in UnaryServerHandler() method in Grpc.Core.Interceptors.Tests.ServerInterceptorTest.ServerCallContextInterceptor
97 …ler<TRequest, TResponse>(method, (request, context) => interceptor.UnaryServerHandler(request, con… in Intercept()