<?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>しばらく放置していたコードの Web アクセス部分 (HttpClient) を System.Net.Http.HttpClient を Windows.Web.Http.HttpClient に置き換えています。 読み込みの基本 基本的には System.Net.Http のときと同じ。GetAsync() に渡すパラメーターが文字列でも OK だったのが Uri で指定しないといけないくらい。 using (var req = new HttpClient()) { using (var res = await req.GetAsync(&quot;http://~&quot;)) { if (!res.I…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkazuakix.hatenablog.jp%2Fentry%2F2015%2F01%2F31%2F142448&quot; title=&quot;System.Net.Http.HttpClient から Windows.Web.Http.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/20150131/20150131142143.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2015-01-31 14:24:48</published>
  <title>System.Net.Http.HttpClient から Windows.Web.Http.HttpClient への切り替えのメモ</title>
  <type>rich</type>
  <url>https://kazuakix.hatenablog.jp/entry/2015/01/31/142448</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
