Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DServerCallHandler.cs291 DuplexStreamingServerCallHandler<byte[], byte[]> callHandlerImpl; field in Grpc.Core.Internal.UnimplementedMethodCallHandler
297 …this.callHandlerImpl = new DuplexStreamingServerCallHandler<byte[], byte[]>(method, new DuplexStre… in UnimplementedMethodCallHandler()
311 return callHandlerImpl.HandleCall(newRpc, cq); in HandleCall()