HttpClient 0.6.0
dotnet add package HttpClient --version 0.6.0
NuGet\Install-Package HttpClient -Version 0.6.0
<PackageReference Include="HttpClient" Version="0.6.0" />
paket add HttpClient --version 0.6.0
#r "nuget: HttpClient, 0.6.0"
// Install HttpClient as a Cake Addin #addin nuget:?package=HttpClient&version=0.6.0 // Install HttpClient as a Cake Tool #tool nuget:?package=HttpClient&version=0.6.0
Contains a general purpose HttpClient with rich support for JSON and XML formats.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- JsonValue (>= 0.6.0)
NuGet packages (12)
Showing the top 5 NuGet packages that depend on HttpClient:
Package | Downloads |
---|---|
netfx-System.Net.Http.HttpEntityClient
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(); |
|
netfx-System.Net.Http.HttpClientQuery
Allows querying WCF Web Api endpoints that expose IQueryable<T>, with full query support for nested relationships, etc. Does not deal with response deserialization. Look for HttpEntityClient for that. |
|
epnet-http-client
HTTP Client Sample for http://www.easyprojects.net/ RESTfull API |
|
WP7Test
Class library project package. Provides a SpecFlow testing framework for Windows Phone apps within the emulator. |
|
NSystem.Data.Dabber
兼容低版本.NET数据库ORM的Dapper为Dabber,常用帮助Cobber,扩展Extter,日志Logger等工具库内容 |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on HttpClient:
Repository | Stars |
---|---|
haacked/CodeHaacks
This is a collection of prototypes, samples, proof-of-concepts. None of this is meant to be used in production code, but you can take any of the ideas you like and try them out in your own projects.
|
Version | Downloads | Last updated |
---|