I want to use the HttpClient class from the WCF Rest Service to create a client to call rest
services. I heard it was rolled into .net 4.0 but don’t know the assembly it’s stored in.
I want to use the HttpClient class from the WCF Rest Service to create
Share
According to this MSDN page, it is new in .NET 4.5.
If you’re on .NET 4.5, it will be in the System.Net.Http assembly.