netfx-System.Net.Http.HttpEntityClient 1.1.1.37

There is a newer version of this package available.
See the version list below for details.
dotnet add package netfx-System.Net.Http.HttpEntityClient --version 1.1.1.37
NuGet\Install-Package netfx-System.Net.Http.HttpEntityClient -Version 1.1.1.37
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.1.1.37" />
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.1.1.37
#r "nuget: netfx-System.Net.Http.HttpEntityClient, 1.1.1.37"
#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.1.1.37

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

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.0 352 6/28/2011
1.1.1.39 60 6/28/2011
1.1.1.37 53 6/17/2011
1.1.1.33 58 6/15/2011
1.1.1.26 67 6/15/2011
1.1.1.24 54 6/12/2011
1.1.1.21 53 6/11/2011
1.1.1.19 55 6/11/2011
1.1.1.16 55 6/11/2011
1.1.1.5 54 6/10/2011
1.1.1.3 60 6/8/2011
1.1.1.2 56 6/7/2011
1.1.1.1 54 6/1/2011
1.1.0.54 56 5/22/2011
1.1.0.2 56 5/21/2011
1.0.0.39 57 5/20/2011
1.0.0.30 58 5/20/2011
1.0.0.26 106 5/20/2011
1.0.0.24 56 5/20/2011
1.0.0.22 57 5/20/2011
1.0.0.21 56 5/20/2011
1.0.0.20 59 5/20/2011
1.0.0.19 57 5/20/2011
1.0.0.17 57 5/20/2011