Somebody know how to download a file from internet ?
I write a script with C#, and run with CSC
I do not find what is the best class ... ? System.Web. ... ???
wangyk - 16 Dec 2004 05:24 GMT
you can use the WebClient class of system.web to download a file from
internet.
> Somebody know how to download a file from internet ?
> I write a script with C#, and run with CSC
> I do not find what is the best class ... ? System.Web. ... ???