Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

how to download things c#

using System.Net;

WebClient webClient = new WebClient();
webClient.DownloadFile("http://mysite.com/myfile.txt", @"c:myfile.txt");
Source by www.csharp-examples.net #
 
PREVIOUS NEXT
Tagged: #download
ADD COMMENT
Topic
Name
6+2 =