NLog.Targets.Http 0.0.7

There is a newer version of this package available.
See the version list below for details.
dotnet add package NLog.Targets.Http --version 0.0.7
NuGet\Install-Package NLog.Targets.Http -Version 0.0.7
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="NLog.Targets.Http" Version="0.0.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NLog.Targets.Http --version 0.0.7
#r "nuget: NLog.Targets.Http, 0.0.7"
#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 NLog.Targets.Http as a Cake Addin
#addin nuget:?package=NLog.Targets.Http&version=0.0.7

// Install NLog.Targets.Http as a Cake Tool
#tool nuget:?package=NLog.Targets.Http&version=0.0.7

A NLog target for Http

Product 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 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.5

  • .NETFramework 4.6.2

  • .NETFramework 4.7.2

  • .NETStandard 2.0

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.20 145,872 1/2/2022
1.0.19 272 1/2/2022
1.0.18 623 1/2/2022
1.0.17 284 1/2/2022
1.0.16 8,251 10/30/2021
1.0.10 2,109 10/5/2021
1.0.9 323 10/5/2021
1.0.8 1,335 9/20/2021
1.0.7 9,796 4/14/2021
1.0.6 352 4/14/2021
1.0.5 411 4/9/2021
1.0.4 3,957 2/11/2021
1.0.3 346 2/10/2021
1.0.2 5,973 9/18/2020
1.0.1 54,223 11/6/2019
1.0.0 956 10/3/2019
0.0.8 525 10/1/2019
0.0.7 469 9/30/2019
0.0.6 458 9/30/2019
0.0.5 471 9/26/2019
0.0.4 488 9/11/2019
0.0.3 499 8/30/2019
0.0.2 521 8/30/2019
0.0.1-PreRelease 396 8/30/2019

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.