.Net Reusing same HttpClient, the right way to call different URI's with same HttpClient object. Introduction HttpClient in System.Net.Http is the class provided to send a HTTP request and receive a HTTP response from a URI. I did some research on the HttpClient and found that the class has a problem or rather a disadvantage, though the