<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kazuakix</author_name>
  <author_url>https://blog.hatena.ne.jp/kazuakix/</author_url>
  <blog_title>kazuakix の日記</blog_title>
  <blog_url>https://kazuakix.hatenablog.jp/</blog_url>
  <categories>
    <anon>Windows Phone</anon>
  </categories>
  <description>Windows Phone アプリを作っていて時々困るの事のうちひとつに インターネットからの通信にキャッシュが効いて最新のデータを取ってきてくれないというのがあります。 例えば Web のデータを読んでくるこんなコードを 2 回実行してみても... using (var req = new HttpClient()) using (var res = await req.GetAsync(new Uri(&quot;http://www.windowsphone.com/ja-JP/&quot;))) { if (res.IsSuccessStatusCode) { var content = await re…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkazuakix.hatenablog.jp%2Fentry%2F2014%2F10%2F03%2F005603&quot; title=&quot;HttpClient でキャッシュを効かせない - kazuakix の日記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>http://cdn-ak.f.st-hatena.com/images/fotolife/k/kazuakix/20141003/20141003004238.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2014-10-03 00:56:03</published>
  <title>HttpClient でキャッシュを効かせない</title>
  <type>rich</type>
  <url>https://kazuakix.hatenablog.jp/entry/2014/10/03/005603</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
