![]() |
VOOZH | about |
dotnet add package netfx-System.Net.Http.HttpEntityClient --version 1.2.0
NuGet\Install-Package netfx-System.Net.Http.HttpEntityClient -Version 1.2.0
<PackageReference Include="netfx-System.Net.Http.HttpEntityClient" Version="1.2.0" />
<PackageVersion Include="netfx-System.Net.Http.HttpEntityClient" Version="1.2.0" />Directory.Packages.props
<PackageReference Include="netfx-System.Net.Http.HttpEntityClient" />Project file
paket add netfx-System.Net.Http.HttpEntityClient --version 1.2.0
#r "nuget: netfx-System.Net.Http.HttpEntityClient, 1.2.0"
#:package netfx-System.Net.Http.HttpEntityClient@1.2.0
#addin nuget:?package=netfx-System.Net.Http.HttpEntityClient&version=1.2.0Install as a Cake Addin
#tool nuget:?package=netfx-System.Net.Http.HttpEntityClient&version=1.2.0Install as a Cake Tool
Strong-typed Linq to Web API. 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.
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 |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.2.0 | 9,277 | 6/28/2011 |
| 1.1.1.39 | 5,118 | 6/28/2011 |
| 1.1.1.37 | 5,119 | 6/17/2011 |
| 1.1.1.33 | 5,155 | 6/15/2011 |
| 1.1.1.26 | 6,338 | 6/15/2011 |
| 1.1.1.24 | 5,099 | 6/12/2011 |
| 1.1.1.21 | 5,133 | 6/11/2011 |
| 1.1.1.5 | 5,039 | 6/10/2011 |
| 1.1.1.3 | 5,116 | 6/8/2011 |
| 1.1.1.2 | 5,227 | 6/7/2011 |
| 1.1.0.2 | 5,073 | 5/21/2011 |
| 1.0.0.39 | 5,350 | 5/20/2011 |
| 1.0.0.30 | 5,442 | 5/20/2011 |
| 1.0.0.26 | 5,222 | 5/20/2011 |
| 1.0.0.24 | 5,233 | 5/20/2011 |
| 1.0.0.22 | 5,246 | 5/20/2011 |
| 1.0.0.21 | 5,282 | 5/20/2011 |
| 1.0.0.20 | 5,655 | 5/20/2011 |
| 1.0.0.19 | 5,445 | 5/20/2011 |
| 1.0.0.17 | 5,516 | 5/20/2011 |