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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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.
-
- HttpClient (>= 0.3.0)
- netfx-Reflector (>= 1.0.0.7)
- netfx-System.Net.Http.HttpNameValueCollection (>= 1.0.0.23)
- Newtonsoft.Json (>= 4.0.2)
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.0 | 1,572 | 6/28/2011 |
1.1.1.39 | 62 | 6/28/2011 |
1.1.1.37 | 55 | 6/17/2011 |
1.1.1.33 | 60 | 6/15/2011 |
1.1.1.26 | 69 | 6/15/2011 |
1.1.1.24 | 56 | 6/12/2011 |
1.1.1.21 | 55 | 6/11/2011 |
1.1.1.19 | 57 | 6/11/2011 |
1.1.1.16 | 57 | 6/11/2011 |
1.1.1.5 | 56 | 6/10/2011 |
1.1.1.3 | 62 | 6/8/2011 |
1.1.1.2 | 58 | 6/7/2011 |
1.1.1.1 | 56 | 6/1/2011 |
1.1.0.54 | 58 | 5/22/2011 |
1.1.0.2 | 58 | 5/21/2011 |
1.0.0.39 | 58 | 5/20/2011 |
1.0.0.30 | 60 | 5/20/2011 |
1.0.0.26 | 108 | 5/20/2011 |
1.0.0.24 | 58 | 5/20/2011 |
1.0.0.22 | 59 | 5/20/2011 |
1.0.0.21 | 58 | 5/20/2011 |
1.0.0.20 | 61 | 5/20/2011 |
1.0.0.19 | 59 | 5/20/2011 |
1.0.0.17 | 59 | 5/20/2011 |