Ejemplo n.º 1
0
 public string DownloadString(string address)
 {
     try {
         //ApiRate.WaitToProceed();
         return(Exchange.GetDownloadString(this, address));
     }
     catch { }
     return(string.Empty);
 }