Returns information about the AcceptVpcPeeringConnection response and response metadata.
Inheritance: Amazon.EC2.Model.AcceptVpcPeeringConnectionResult
        /// <summary>
        /// Unmarshaller the response from the service to the response class.
        /// </summary>  
        /// <param name="context"></param>
        /// <returns></returns>
        public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context)
        {
            AcceptVpcPeeringConnectionResponse response = new AcceptVpcPeeringConnectionResponse();

            int originalDepth = context.CurrentDepth;
            int targetDepth = originalDepth + 1;
            if (context.IsStartOfDocument) 
               targetDepth = 2;

            while (context.ReadAtDepth(originalDepth))
            {
                if (context.IsStartElement || context.IsAttribute)
                {

                    if (context.TestExpression("vpcPeeringConnection", targetDepth))
                    {
                        var unmarshaller = VpcPeeringConnectionUnmarshaller.Instance;
                        response.VpcPeeringConnection = unmarshaller.Unmarshall(context);
                        continue;
                    }
                } 
            }

            return response;
        }
 public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context) 
 {   
     AcceptVpcPeeringConnectionResponse response = new AcceptVpcPeeringConnectionResponse();
     
     int targetDepth = 2;
     while (context.Read())
     {
         if (context.IsStartElement || context.IsAttribute)
         {
             
             if (context.TestExpression("vpcPeeringConnection", targetDepth))
             {
                 response.VpcPeeringConnection = VpcPeeringConnectionUnmarshaller.GetInstance().Unmarshall(context);
                     
                 continue;
             }
         }
     }
          
                 
     return response;
 }