Exemplo n.º 1
0
        public XElement Post()
        {
            HttpPost httpXml = new HttpPostXml();

            httpXml.Post(this);
            return(httpXml.Response);
        }
Exemplo n.º 2
0
 public XPathDocument Post()
 {
     HttpPost httpXml = new HttpPostXml();
     httpXml.Post(this);
     return httpXml.Response;
 }