Example #1
0
 public void recv_TestNetworkNode()
 {
   TMessage msg = iprot_.ReadMessageBegin();
   if (msg.Type == TMessageType.Exception) {
     TApplicationException x = TApplicationException.Read(iprot_);
     iprot_.ReadMessageEnd();
     throw x;
   }
   TestNetworkNode_result result = new TestNetworkNode_result();
   result.Read(iprot_);
   iprot_.ReadMessageEnd();
   return;
 }