Home
last modified time | relevance | path

Searched refs:DuplexStreamingServerCallHandler (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/csharp/Grpc.Core/Internal/
DServerCallHandler.cs211 internal class DuplexStreamingServerCallHandler<TRequest, TResponse> : IServerCallHandler class
215 …ic readonly ILogger Logger = GrpcEnvironment.Logger.ForType<DuplexStreamingServerCallHandler<TRequ…
220 …public DuplexStreamingServerCallHandler(Method<TRequest, TResponse> method, DuplexStreamingServerM… in DuplexStreamingServerCallHandler() method in Grpc.Core.Internal.DuplexStreamingServerCallHandler
270 DuplexStreamingServerCallHandler<byte[], byte[]> callHandlerImpl;
276 …this.callHandlerImpl = new DuplexStreamingServerCallHandler<byte[], byte[]>(method, new DuplexStre… in UnimplementedMethodCallHandler()
DServerCalls.cs53 return new DuplexStreamingServerCallHandler<TRequest, TResponse>(method, handler);