2014-11-14 62 views

回答

0

如果你正在寻找你下载再看看

HttpClient hc = new HttpClient(); 
var reponse = await hc.GetAsync("http://www.chubosaurus.com/dogecoin_wp8.jpg"); 

然后看

reponse.Content.Headers.LastModified 

enter image description here

+0

感谢文件的Last-Modified很多!在这种情况下,我没有使用GetAsync方法,但Last-Modified头确实在Content.Headers中。 – Alex 2014-11-16 12:53:18