Exemplo n.º 1
0
        private static bool SaveHttpToFile(string targetUrl, string filename)
        {
            Tuple <string, int> proxy = ResolveProxy();

            return(Web.SaveHTTPToFile(targetUrl, null, string.Empty, string.Empty, string.Empty,
                                      filename, proxy.Item1, proxy.Item2, false));
        }
Exemplo n.º 2
0
 private static bool DownloadNewBuild(String Url, String Filename)
 {
     Log.Info("Downloading new Terminals release \"" + Url + "\" to \"" + Filename + "\"");
     return(Web.SaveHTTPToFile(Url, Filename));
 }
Exemplo n.º 3
0
 private static bool DownloadNewBuild(String Url, String Filename)
 {
     return(Web.SaveHTTPToFile(Url, Filename));
 }