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