Advertisement
Guest User

Untitled

a guest
Feb 24th, 2020
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1.  
  2.  
  3. WebClient webClient = new WebClient();
  4.  
  5. webClient.DownloadFileAsync(new Uri("https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-10.3.0-amd64-netinst.iso"), @"C:\Users\studentwsb\Desktop\iso1.iso");
  6.  
  7.  
  8. Console.ReadLine();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement