netfx-System.Net.Http.HttpEntityClient 1.2.0

dotnet add package netfx-System.Net.Http.HttpEntityClient --version 1.2.0
NuGet\Install-Package netfx-System.Net.Http.HttpEntityClient -Version 1.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="netfx-System.Net.Http.HttpEntityClient" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add netfx-System.Net.Http.HttpEntityClient --version 1.2.0
#r "nuget: netfx-System.Net.Http.HttpEntityClient, 1.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install netfx-System.Net.Http.HttpEntityClient as a Cake Addin
#addin nuget:?package=netfx-System.Net.Http.HttpEntityClient&version=1.2.0

// Install netfx-System.Net.Http.HttpEntityClient as a Cake Tool
#tool nuget:?package=netfx-System.Net.Http.HttpEntityClient&version=1.2.0

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();

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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 7,901 6/28/2011
1.1.1.39 3,881 6/28/2011
1.1.1.37 3,925 6/17/2011
1.1.1.33 3,988 6/15/2011
1.1.1.26 5,084 6/15/2011
1.1.1.24 3,889 6/12/2011
1.1.1.21 3,982 6/11/2011
1.1.1.19 4,606 6/11/2011
1.1.1.16 4,784 6/11/2011
1.1.1.5 3,844 6/10/2011
1.1.1.3 3,992 6/8/2011
1.1.1.2 4,015 6/7/2011
1.1.1.1 4,226 6/1/2011
1.1.0.54 4,190 5/22/2011
1.1.0.2 3,882 5/21/2011
1.0.0.39 4,131 5/20/2011
1.0.0.30 4,253 5/20/2011
1.0.0.26 4,018 5/20/2011
1.0.0.24 4,043 5/20/2011
1.0.0.22 4,068 5/20/2011
1.0.0.21 4,136 5/20/2011
1.0.0.20 4,408 5/20/2011
1.0.0.19 4,170 5/20/2011
1.0.0.17 4,349 5/20/2011