The simply way how to download file is to use WebClient class and its method ... webClient.DownloadFile("http://mysite.com/myfile.txt", @"c:\myfile.txt"); ...
確定! 回上一頁