.Net core HttpClient - how to set content-type for a request
For some reason I can never remember how to make a POST or PUT request with a content-type other than JSON or XML. For JSON and »
For some reason I can never remember how to make a POST or PUT request with a content-type other than JSON or XML. For JSON and »
In this post I will go through how you can mock the HttpClient [https://msdn.microsoft.com/en-us/library/system.net.http.httpclient(v=vs.118) »