H
Harvey Triana
Hi-
I am using...
WebClient Client = new WebClient ();
Client.DownloadFile(url, filename);
Or
Stream strm = Client.OpenRead (url);
But, the stream or file download, is not updated, several calls to url
retrive the same file. The file behind url is update each two seconds.
- How recover the most recent version of the file, in each call of
WebClient?
regards,
<ht />
I am using...
WebClient Client = new WebClient ();
Client.DownloadFile(url, filename);
Or
Stream strm = Client.OpenRead (url);
But, the stream or file download, is not updated, several calls to url
retrive the same file. The file behind url is update each two seconds.
- How recover the most recent version of the file, in each call of
WebClient?
regards,
<ht />