Új hozzászólás Aktív témák
-
togvau
senior tag
Amúgy akkor kódok.
Ez hívja:
Parallel.ForEach(filelist, para, async file =>
{
string downfileeee = await downloadZipAsync(file[0]);
UnzipFromFile(downfileeee, destination, file[1]);
counter++;
Application.Current.Dispatcher.Invoke(() =>Installer.MainWindow.thiswindow.downbutton.Content = "Downloaded " + counter + " of " + filelist.Count + " files");
});Ezt:
private static async Task<string> downloadZipAsync(string down)
{
string tempfile = Path.GetTempFileName();
using (var client = new HttpClient())
{
if (DEBUG) Console.WriteLine("starting download: " + down);
var fileStream = File.Create(tempfile);
Stream x= await client.GetStreamAsync(down);
x.CopyTo(fileStream);
fileStream.Close();
// wc.DownloadFile(down, tempfile);
// wc.Dispose();
}
if (DEBUG) Console.WriteLine("finished download: " + down);
return tempfile;
}
Új hozzászólás Aktív témák
● ha kódot szúrsz be, használd a PROGRAMKÓD formázási funkciót!
- Luck Dragon: Asszociációs játék. :)
- Milyen egeret válasszak?
- Kerékpárosok, bringások ide!
- OLED TV topic
- Audi, Cupra, Seat, Skoda, Volkswagen topik
- Milyen billentyűzetet vegyek?
- Kutya topik
- Xiaomi 15T - reakció nélkül nincs egyensúly
- Arc Raiders
- Samsung Galaxy S24 Ultra - ha működik, ne változtass!
- További aktív témák...
- Dell Inspiron 3593 15,6 Fullhd i7 16Gb SSD256Gb HDD1TB Win11pro
- Újszerű bivaly Lenovo Thinkpad T16 gen3 (13.gen Core Ultra 7 32Gb DDR5 1 Tb SSD) MAGYAR 30 hó GARI!
- Bivaly Lenovo T14 gen5 (Core Ultra 7 32Gb DDR5 1 Tb SSD) laptopom eladó 30 hónap gyártói garanciával
- Bomba ár! Dell Latitude 3410 - i3-10110U I 8GB I 256SSD I HDMI I 13,3" FHD Touch I Cam I W11 I Gari
- Bomba ár! Dell Latitude E5550 - i5-5GEN I 8GB I 128SSD I 15,6" FHD Touch I HDMI I W10 I Cam I Gari!
- Xiaomi Redmi 13 128GB, Kártyafüggetlen, 1 Év Garanciával
- HIBÁTLAN iPhone 12 mini 64GB Purple -1 ÉV GARANCIA - Kártyafüggetlen, MS3481, 100% Akksi
- BESZÁMÍTÁS! Gigabyte Z170X-Ultra Gaming Z170 chipset alaplap garanciával hibátlan működéssel
- HP 150W töltők (19.5V 7.7A) kis kék, kerek, 4.5x3.0mm
- HIBÁTLAN iPhone 12 mini 128GB Purple -1 ÉV GARANCIA - Kártyafüggetlen, MS3392, 100% Akkumulátor
Állásajánlatok
Cég: Laptopműhely Bt.
Város: Budapest
Cég: PCMENTOR SZERVIZ KFT.
Város: Budapest

