netfx-System.Net.Http.HttpEntityClient
1.1.1.16
See the version list below for details.
dotnet add package netfx-System.Net.Http.HttpEntityClient --version 1.1.1.16
NuGet\Install-Package netfx-System.Net.Http.HttpEntityClient -Version 1.1.1.16
<PackageReference Include="netfx-System.Net.Http.HttpEntityClient" Version="1.1.1.16" />
paket add netfx-System.Net.Http.HttpEntityClient --version 1.1.1.16
#r "nuget: netfx-System.Net.Http.HttpEntityClient, 1.1.1.16"
// Install netfx-System.Net.Http.HttpEntityClient as a Cake Addin #addin nuget:?package=netfx-System.Net.Http.HttpEntityClient&version=1.1.1.16 // Install netfx-System.Net.Http.HttpEntityClient as a Cake Tool #tool nuget:?package=netfx-System.Net.Http.HttpEntityClient&version=1.1.1.16
Builds on top of HttpClient and provides the easiest way to interface with typed REST services that are modeled around typed entities or contracts.
Example:
var products = client
.Query<Product>("products")
.OrderBy(x => x.Downloads)
.Skip(25)
.Take(25)
.ToList();
Learn more about Target Frameworks and .NET Standard.
-
- HttpClient (>= 0.3.0)
- netfx-Reflector (>= 1.0.0.7)
- Newtonsoft.Json (>= 4.0.2)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on netfx-System.Net.Http.HttpEntityClient:
Package | Downloads |
---|---|
netfx-System.Net.Http.HttpEntityConventionClient
Strong-typed Linq to Web API with resource names conventions. Builds on top of HttpEntityClient and HttpClient and provides the easiest way to interface with typed REST services that are modeled around typed entities or contracts. Example: var products = client // Note: resource path inferred from Product type .Query<Product>() .OrderBy(x => x.Downloads) .Skip(25) .Take(25) .ToList(); |
|
netfx-System.Net.Http.HttpEntityConventionClient.Tests
Tests for netfx-System.Net.Http.HttpEntityConventionClient |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.0 | 8,041 | 6/28/2011 |
1.1.1.39 | 4,077 | 6/28/2011 |
1.1.1.37 | 4,079 | 6/17/2011 |
1.1.1.33 | 4,126 | 6/15/2011 |
1.1.1.26 | 5,249 | 6/15/2011 |
1.1.1.24 | 4,057 | 6/12/2011 |
1.1.1.21 | 4,069 | 6/11/2011 |
1.1.1.19 | 4,785 | 6/11/2011 |
1.1.1.16 | 5,010 | 6/11/2011 |
1.1.1.5 | 4,000 | 6/10/2011 |
1.1.1.3 | 4,090 | 6/8/2011 |
1.1.1.2 | 4,208 | 6/7/2011 |
1.1.1.1 | 4,395 | 6/1/2011 |
1.1.0.54 | 4,393 | 5/22/2011 |
1.1.0.2 | 4,045 | 5/21/2011 |
1.0.0.39 | 4,310 | 5/20/2011 |
1.0.0.30 | 4,385 | 5/20/2011 |
1.0.0.26 | 4,194 | 5/20/2011 |
1.0.0.24 | 4,199 | 5/20/2011 |
1.0.0.22 | 4,204 | 5/20/2011 |
1.0.0.21 | 4,250 | 5/20/2011 |
1.0.0.20 | 4,636 | 5/20/2011 |
1.0.0.19 | 4,373 | 5/20/2011 |
1.0.0.17 | 4,484 | 5/20/2011 |