HttpClient 0.6.0

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package HttpClient --version 0.6.0
NuGet\Install-Package HttpClient -Version 0.6.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="HttpClient" Version="0.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HttpClient --version 0.6.0
#r "nuget: HttpClient, 0.6.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 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.

Lokad.Cloud.Provisioning The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Azure Service Instance Provisioning (auto scaling). Leverage Windows Azure without getting dragged down by low level technicalities.

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