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