Skip to content

Instantly share code, notes, and snippets.

@NicoVermeir
Last active February 29, 2016 08:36
Show Gist options
  • Save NicoVermeir/ceb1f54a4f8ff0377b79 to your computer and use it in GitHub Desktop.
Save NicoVermeir/ceb1f54a4f8ff0377b79 to your computer and use it in GitHub Desktop.
using (var client = new HttpClient())
{
var result = await client.GetAsync(Constants.ApiCallUrl);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment