Skip to content

Instantly share code, notes, and snippets.

@CH3COOH
Created October 17, 2014 09:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CH3COOH/2bb73cfce69d39ff4907 to your computer and use it in GitHub Desktop.
Save CH3COOH/2bb73cfce69d39ff4907 to your computer and use it in GitHub Desktop.
Xamarin.iOS(iPhone 5s iOS 8シミュレータ)でエラーが発生する
using (var client = new System.Net.Http.HttpClient() { BaseAddress = new Uri("http://blog.ch3cooh.jp/") })
{
try
{
var hoge = await client.GetStringAsync("/entry/20141018/1413595800");
}
catch (Exception ex)
{
//
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment