public void recv_testCase4()
            {
                TMessage msg = iprot_.ReadMessageBegin();

                if (msg.Type == TMessageType.Exception)
                {
                    TApplicationException x = TApplicationException.Read(iprot_);
                    iprot_.ReadMessageEnd();
                    throw x;
                }
                testCase4_result result = new testCase4_result();

                result.Read(iprot_);
                iprot_.ReadMessageEnd();
                return;
            }
 public void recv_testCase4()
 {
     TMessage msg = iprot_.ReadMessageBegin();
     if (msg.Type == TMessageType.Exception)
     {
         TApplicationException x = TApplicationException.Read(iprot_);
         iprot_.ReadMessageEnd();
         throw x;
     }
     testCase4_result result = new testCase4_result();
     result.Read(iprot_);
     iprot_.ReadMessageEnd();
     return;
 }