NLog.Targets.Https
1.0.2
dotnet add package NLog.Targets.Https --version 1.0.2
NuGet\Install-Package NLog.Targets.Https -Version 1.0.2
<PackageReference Include="NLog.Targets.Https" Version="1.0.2" />
paket add NLog.Targets.Https --version 1.0.2
#r "nuget: NLog.Targets.Https, 1.0.2"
// Install NLog.Targets.Https as a Cake Addin #addin nuget:?package=NLog.Targets.Https&version=1.0.2 // Install NLog.Targets.Https as a Cake Tool #tool nuget:?package=NLog.Targets.Https&version=1.0.2
A NLog target for Http
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 | netcoreapp3.0 is compatible. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. net48 is compatible. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETCoreApp 3.0
- NLog (>= 4.6.7)
- System.Net.Http (>= 4.3.4)
-
.NETFramework 4.5
- NLog (>= 4.6.7)
- System.Net.Http (>= 4.3.4)
-
.NETFramework 4.6.2
- NLog (>= 4.6.7)
- System.Net.Http (>= 4.3.4)
-
.NETFramework 4.7.2
- NLog (>= 4.6.7)
- System.Net.Http (>= 4.3.4)
-
.NETFramework 4.8
- NLog (>= 4.6.7)
- System.Net.Http (>= 4.3.4)
-
.NETStandard 2.1
- NLog (>= 4.6.7)
- System.Net.Http (>= 4.3.4)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.2 | 6,421 | 5/10/2020 |
Version 1.0.2
-Fixed Xamarin Mac (Forms) issue with Proxy
Version 1.0.1
- Refactored for a single HttpClient as HttpWebRequest was creating too many connection in TIMED_WAIT state under load.
- Upgraded .Net Standard to 2.1 and introduced support for Core 3.0 and Framework 4.8
Version 1.0.0
- Official release
Version 0.0.8
- added support for Nagle algorithm.
Version 0.0.7
- pulling default properties from ServicePointManager
Version 0.0.6
- switching to default properties and changing behavior only of the selected ServicePoint
Version 0.0.5
- code flow optimizations
Version 0.0.4
- Changed Expect100Continue to the default value of true
Version 0.0.3
- Added support for proxy server configuration.
Version 0.0.2
- Thanks to Alan Barber (https://github.com/AlanBarber) for NuGet build scripts and inspiration for this Http Target (his Splunk target https://github.com/AlanBarber/NLog.Targets.Splunk).
- Thanks to Nate McMaster (https://natemcmaster.com/blog/2017/03/09/vs2015-to-vs2017-upgrade/) and Derek Comartin (https://codeopinion.com/converting-a-library-to-netstandard/) for conversion tips.
Version 0.0.1
- Big thanks to Stan Smith for insiting to make it lean and performant.
- First publish to NuGet.