예제 #1
0
 public byte[] DownloadBytes(string address)
 {
     try {
         //ApiRate.WaitToProceed();
         return(Exchange.GetDownloadBytes(address));
     }
     catch { }
     return(null);
 }