WebClient, DownloadFile, OpenRead Does not retrive last modify file

08/02/2008 - 19:02 por Harvey Triana | Informe spam
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 />
 

Leer las respuestas

#1 Harvey Triana
08/02/2008 - 19:10 | Informe spam
Disculpas, este posting no era para este grupo en español.. Los afanes.


"Harvey Triana" escribió en el mensaje
news:
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 />


Preguntas similares