I have to download a file from an http server only if the date is changed
if i insert in a request
request = HttpWebRequest.CreateHttp("http://myserver.....");
request.Headers["If-Modified-Since"] = previousValue;
receive errors
in a Windows phone 8 it is possible?
Thank you