Set various options for your HTTP calls through the HttpClientHandler object in .NET
November 11, 2015 Leave a comment
The HttpClient object in the System.Net.Http namespace has become quite a standard object in .NET to initiate HTTP calls in code. In this short post I’d like to draw your attention to one of its constructors which allows you to set various useful options.