Post a Record with HttpClient

If you are not using the full .Net framework, maybe you have a .Net standard library in a Xamarin application, then you will not have access to System.net.WebClient. In place of this use System.Net.Http.HttpClient. This new sample is a very simple console app demonstrating how to post a JSON request.

Written on November 30, 2018