Error while using HttpClient’s AutomaticDecompression in Portable Libraries
Adding automatic decompression support to an HttpClient is quite easy: This works even in Portable Libraries. However, if you try to call this from a different project, you might encounter the strange exception below: Method not found: void System.Net.Http.HttpClientHandler.set_AutomaticDecompression(System.Net.DecompressionMethods). This doesn’t give too much information – for some reason, the setter of the AutomaticDecompression property … Read more