public XPathDocument Post() { HttpPost httpXml = new HttpPostString(); httpXml.Post(this); return(httpXml.Response); }
public XPathDocument Post() { HttpPost httpXml = new HttpPostString(); httpXml.Post(this); return httpXml.Response; }