Microsoft.AspNet.WebApi.Client
5.2.7
This package adds support for formatting and content negotiation to System.Net.Http. It includes support for JSON, XML, and form URL encoded data.
Install-Package Microsoft.AspNet.WebApi.Client -Version 5.2.7
dotnet add package Microsoft.AspNet.WebApi.Client --version 5.2.7
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.AspNet.WebApi.Client --version 5.2.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Microsoft.AspNet.WebApi.Client, 5.2.7"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.AspNet.WebApi.Client as a Cake Addin
#addin nuget:?package=Microsoft.AspNet.WebApi.Client&version=5.2.7
// Install Microsoft.AspNet.WebApi.Client as a Cake Tool
#tool nuget:?package=Microsoft.AspNet.WebApi.Client&version=5.2.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETFramework 4.5
- Newtonsoft.Json (>= 6.0.4)
-
.NETStandard 2.0
- Newtonsoft.Json (>= 10.0.1)
- Newtonsoft.Json.Bson (>= 1.0.1)
-
Portable Class Library (.NETFramework 4.5, .NETCore 4.5, WindowsPhone 8.0, WindowsPhone 8.1, WindowsPhoneApp 8.1)
- Microsoft.Net.Http (>= 2.2.22)
- Newtonsoft.Json (>= 6.0.4)
Used By
NuGet packages (12)
Showing the top 5 NuGet packages that depend on Microsoft.AspNet.WebApi.Client:
| Package | Downloads |
|---|---|
|
Strathweb.CacheOutput.WebApi2
A library bringing output caching (similar to MVC's "OutputCache"), to Web API actions. Strathweb.CacheOutput will take care of server side caching and set the appropriate client side (response) headers for you.
This is a version for Web Api 2 only.
|
|
|
NuGet.Services.Platform.Client
Common Client tools for the NuGet Service Platform
|
|
|
Microsoft.AspNet.WebApi.Client.de
Dieses Paket enthält die deutschen Ressourcen für Microsoft ASP.NET Web API Client Libraries.
|
|
|
Microsoft.Azure.AppService.ApiApps.Service
Microsoft.Azure.AppService.ApiApps.Service
|
|
|
Microsoft.AspNetCore.All
Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core.
This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.
|