HttpServiceClient is a very simple HTTP client class written in .NET to help you consume RESTful web services.
                        
                    
         
                Info
| Version: | 1.1.1 | 
| Author(s): | Ariel de Llano | 
| Last Update: | Wednesday, May 15, 2013 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://httpserviceclient.codeplex.com | 
| NuGet Url: | https://www.nuget.org/packages/HttpServiceClient | 
Install
Install-Package HttpServiceClient
                        dotnet add package HttpServiceClient
                        paket add HttpServiceClient
                        
                                HttpServiceClient Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- Newtonsoft.Json(4.5.11)
 - Microsoft.AspNet.WebApi.Client(4.0.20710.0)
 - Microsoft.Net.Http(2.0.20710.0)
 
Tags