Searched refs:callHandlerImpl (Results 1 – 1 of 1) sorted by relevance
270 DuplexStreamingServerCallHandler<byte[], byte[]> callHandlerImpl; field in Grpc.Core.Internal.UnimplementedMethodCallHandler276 …this.callHandlerImpl = new DuplexStreamingServerCallHandler<byte[], byte[]>(method, new DuplexStre… in UnimplementedMethodCallHandler()290 return callHandlerImpl.HandleCall(newRpc, cq); in HandleCall()