Skip to content

Instantly share code, notes, and snippets.

@ankitvijay
Created May 17, 2018 20:46
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 ankitvijay/29a9929175bbf9b152653fea70900a78 to your computer and use it in GitHub Desktop.
Save ankitvijay/29a9929175bbf9b152653fea70900a78 to your computer and use it in GitHub Desktop.
HttpClient Example 1
using (var httpClient = new HttpClient())
{
await httpClient.GetAsync(new Uri("http://bing.com"));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment