Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Interceptors/
DInterceptor.cs372 …public virtual Task ServerStreamingServerHandler<TRequest, TResponse>(TRequest request, IServerStr…
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/Interceptors/
DServerInterceptorTest.cs113 …public override Task ServerStreamingServerHandler<TRequest, TResponse>(TRequest request, IServerSt… in ServerStreamingServerHandler() method in Grpc.Core.Interceptors.Tests.ServerInterceptorTest.ServerCallContextInterceptor
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DServerCallHandler.cs160 …se>(method, (request, responseStream, context) => interceptor.ServerStreamingServerHandler(request… in Intercept()