Exemplo n.º 1
0
 public void Post(string url)
 {
     XmlHttpService.Request(url, "POST");
 }
Exemplo n.º 2
0
 public void Get(string url, string options = null)
 {
     XmlHttpService.Request(url, "GET");
 }