Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Interceptors/
DInterceptor.cs315 …public virtual Task<TResponse> UnaryServerHandler<TRequest, TResponse>(TRequest request, ServerCal…
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/Interceptors/
DServerInterceptorTest.cs101 …public override Task<TResponse> UnaryServerHandler<TRequest, TResponse>(TRequest request, ServerCa… in UnaryServerHandler() method in Grpc.Core.Interceptors.Tests.ServerInterceptorTest.ServerCallContextInterceptor
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DServerCallHandler.cs97 …ler<TRequest, TResponse>(method, (request, context) => interceptor.UnaryServerHandler(request, con… in Intercept()