WeatherInformation WP8: MapPage improvements
[CSharpForFun/.git] / WindowsPhone / WP8 / WeatherInformation / WeatherInformation / Model / Services / CustomHTTPClient.cs
index f93fc75..af04f11 100644 (file)
@@ -42,8 +42,7 @@ namespace WeatherInformation.Model.Services
                 headers.AcceptEncoding.Add(new StringWithQualityHeaderValue("deflate"));
 
                 // Bypassing Windows cache
-                DateTime currentDate = DateTime.UtcNow;
-                string uriWindowsCacheSucks = String.Concat(uri, currentDate);
+                string uriWindowsCacheSucks = String.Concat(uri, "&time=", DateTime.UtcNow.Ticks);
 
                 // TODO: HttpCompletionOption, without it, by default, I am buffering the received data.
                 //       in this case it is not a problem but when receiving loads of bytes I do not