How to create client applications that call your web API.
This sample demonstrates HttpClient, a modern HTTP client for .NET. HttpClient provides a flexible and extensible API for accessing all things exposed through HTTP.
By Mike Wasson|
This tutorial shows how to use HttpClient in a C# console application, to make HTTP calls to a web API.
By Mike Wasson|
This tutorial builds on the previous, by showing how to handle asynchronous methods in HttpClient, without blocking the client UI.
By Mike Wasson|
Shows how to add custom HTTP message handlers to the HttpClient pipeline.