netfx-System.Net.Http.HttpNameValueCollection 1.1.0

dotnet add package netfx-System.Net.Http.HttpNameValueCollection --version 1.1.0
NuGet\Install-Package netfx-System.Net.Http.HttpNameValueCollection -Version 1.1.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.HttpNameValueCollection" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add netfx-System.Net.Http.HttpNameValueCollection --version 1.1.0
#r "nuget: netfx-System.Net.Http.HttpNameValueCollection, 1.1.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.HttpNameValueCollection as a Cake Addin
#addin nuget:?package=netfx-System.Net.Http.HttpNameValueCollection&version=1.1.0

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

A simpler NameValueCollection-derived class that uses HTTP query string semantics and renders to a query string when ToString is invoked.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on netfx-System.Net.Http.HttpNameValueCollection:

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

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0 5,792 8/30/2011
1.0.0.25 3,077 6/15/2011
1.0.0.23 9,698 6/15/2011