public static DeleteCustomerGatewayResponse Unmarshall(UnmarshallerContext context)
        {
            DeleteCustomerGatewayResponse deleteCustomerGatewayResponse = new DeleteCustomerGatewayResponse();

            deleteCustomerGatewayResponse.HttpResponse = context.HttpResponse;
            deleteCustomerGatewayResponse.RequestId    = context.StringValue("DeleteCustomerGateway.RequestId");

            return(deleteCustomerGatewayResponse);
        }
        public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context)
        {
            DeleteCustomerGatewayResponse response = new DeleteCustomerGatewayResponse();

            while (context.Read())
            {
            }


            return(response);
        }
示例#3
0
        public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext context)
        {
            DeleteCustomerGatewayResponse response = new DeleteCustomerGatewayResponse();

            int originalDepth = context.CurrentDepth;
            int targetDepth   = originalDepth + 1;

            if (context.IsStartOfDocument)
            {
                targetDepth = 2;
            }

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

            return(response);
        }