Uploading data with HttpClient using a "push" model
Explains how to implement a 'push' model for uploading data with HttpClient in .NET, contrasting it with the default 'pull' model.
Explains how to implement a 'push' model for uploading data with HttpClient in .NET, contrasting it with the default 'pull' model.
A guide on sending extra form data alongside files in multipart uploads using ASP.NET Web API and HttpClient extension methods.
A quick guide to adding PATCH method support to the ASP.NET Web API HttpClient with a custom extension method.