Update calling-a-web-api-from-a-net-client.md (#4935)

it seems like the link was broken
pull/4934/merge
FoggyFinder 2017-12-06 17:34:12 +02:00 committed by Scott Addie
parent aea5ad8493
commit 003997dc83
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ Call a Web API From a .NET Client (C#)
====================
by [Mike Wasson](https://github.com/MikeWasson) and [Rick Anderson](https://twitter.com/RickAndMSFT)
[Download Completed Project](https://github.com/aspnet/Docs/tree/master/aspnet/web-api/overview/advanced/calling-a-web-api-from-a-net-client/samples)
[Download Completed Project](https://github.com/aspnet/Docs/tree/master/aspnet/web-api/overview/advanced/calling-a-web-api-from-a-net-client/sample)
This tutorial shows how to call a web API from a .NET application, using [System.Net.Http.HttpClient.](https://msdn.microsoft.com/en-us/library/system.net.http.httpclient(v=vs.110).aspx)