With the WebClient class:
using System.Net; //... WebClient Client = new WebClient (); Client.DownloadFile("http://i.stackoverflow.com/Content/Img/stackoverflow-logo-250.png", @"C:folderstackoverflowlogo.png");
1.4m articles
1.4m replys
5 comments
57.0k users