Universal.Common.Net.Http
5.0.0
dotnet add package Universal.Common.Net.Http --version 5.0.0
NuGet\Install-Package Universal.Common.Net.Http -Version 5.0.0
<PackageReference Include="Universal.Common.Net.Http" Version="5.0.0" />
paket add Universal.Common.Net.Http --version 5.0.0
#r "nuget: Universal.Common.Net.Http, 5.0.0"
// Install Universal.Common.Net.Http as a Cake Addin #addin nuget:?package=Universal.Common.Net.Http&version=5.0.0 // Install Universal.Common.Net.Http as a Cake Tool #tool nuget:?package=Universal.Common.Net.Http&version=5.0.0
Universal.Common.Net.Http
Class library accelerate building clients for various web services.
Basic Usage
You can derive a strongly-typed client from HttpServiceClient or the more specialized versions such as JsonHttpServiceClient.
public class MyClient : HttpServiceClient
{
// ...
}
Alternative, you can also use these classes directly.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Universal.Common (>= 8.2.0)
NuGet packages (31)
Showing the top 5 NuGet packages that depend on Universal.Common.Net.Http:
Package | Downloads |
---|---|
RedMarble.Pronto.Scope
A client library for Pronto and Scope APIs. |
|
Universal.Common.Net.WebSocket
Class library that implements the WebSocket protocol according to the standards in RFC6455 using a simple API. |
|
Universal.Microsoft.CognitiveServices.QnAMaker
Client library for the Microsoft QnA Maker v4 APIs. |
|
RedMarble.ExTrack.Client
Class library to interact with the ExTrack system. |
|
Universal.Google.Authentication.OAuth2
Class library for application authentication with Google OAuth2 APIs. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
5.0.0 | 5,446 | 11/4/2022 |
4.0.0 | 6,335 | 10/13/2021 |
3.3.0 | 1,443 | 9/29/2021 |
3.2.1 | 2,601 | 8/17/2021 |
3.2.0 | 1,227 | 8/17/2021 |
3.1.1 | 16,400 | 3/31/2021 |
3.1.0 | 12,311 | 2/5/2021 |
3.0.0 | 2,990 | 11/30/2020 |
2.2.0 | 1,393 | 11/30/2020 |
2.1.0.1 | 3,903 | 10/19/2020 |
2.1.0 | 2,191 | 9/30/2020 |
2.0.0 | 3,530 | 8/24/2020 |
1.1.0 | 1,652 | 8/18/2020 |
1.0.1 | 19,731 | 2/26/2020 |
1.0.0 | 2,149 | 2/13/2020 |
0.6.0 | 25,656 | 7/5/2019 |
0.5.1 | 3,649 | 7/2/2019 |
0.5.0 | 1,648 | 7/2/2019 |
0.4.9 | 4,688 | 4/5/2019 |
0.4.8.1 | 5,531 | 2/12/2019 |
0.4.8 | 6,673 | 1/16/2019 |
0.4.7 | 1,980 | 1/8/2019 |
0.4.6 | 2,969 | 10/27/2018 |
0.4.5 | 3,044 | 10/12/2018 |
0.4.4 | 3,476 | 10/4/2018 |
0.4.3 | 1,703 | 10/4/2018 |
0.4.2.1 | 1,710 | 10/4/2018 |
0.4.2 | 1,761 | 9/28/2018 |
0.4.1 | 1,726 | 9/26/2018 |
0.4.0 | 4,105 | 9/10/2018 |
0.3.0 | 3,481 | 9/6/2018 |
Fixed naming on HandleNonSuccessCode -> HandleNonSuccessStatusCode for consistency.
Added new lifecycle methods to catch responses for services that may not use status codes to distinguish failure.