Update calling-a-web-api-from-a-net-client.md (#4935)
it seems like the link was brokenpull/4934/merge
parent
aea5ad8493
commit
003997dc83
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue