public void HelloInt_Process(int seqid, TProtocol iprot, TProtocol oprot) { HelloInt_args args = new HelloInt_args(); args.Read(iprot); iprot.ReadMessageEnd(); HelloInt_result result = new HelloInt_result(); result.Success = iface_.HelloInt(args.Para); oprot.WriteMessageBegin(new TMessage("HelloInt", TMessageType.Reply, seqid)); result.Write(oprot); oprot.WriteMessageEnd(); oprot.Transport.Flush(); }