ChannelAdam.Wcf
2.1.0
See the version list below for details.
dotnet add package ChannelAdam.Wcf --version 2.1.0
NuGet\Install-Package ChannelAdam.Wcf -Version 2.1.0
<PackageReference Include="ChannelAdam.Wcf" Version="2.1.0" />
paket add ChannelAdam.Wcf --version 2.1.0
#r "nuget: ChannelAdam.Wcf, 2.1.0"
// Install ChannelAdam.Wcf as a Cake Addin #addin nuget:?package=ChannelAdam.Wcf&version=2.1.0 // Install ChannelAdam.Wcf as a Cake Tool #tool nuget:?package=ChannelAdam.Wcf&version=2.1.0
Easily, reliably and correctly consume services using Microsoft's Windows Communication Foundation (WCF) library - including correctly performing the Close/Abort pattern and preventing memory and server connection leaks.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- ChannelAdam.Core (>= 1.2.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on ChannelAdam.Wcf:
Package | Downloads |
---|---|
ChannelAdam.Wcf.Microsoft.Practices.TransientFaultHandling.Core
https://DevZone.ChannelAdam.com presents a library that provides extensions to ChannelAdam.Wcf for supporting the Microsoft Practices TransientFaultHandling.Core library's RetryPolicy. |
GitHub repositories
This package is not used by any popular GitHub repositories.
2.1.0 - Added: ConsumeAsync() to cater for async Task methods (such as those on a generated service client).
Fix: Consume() now synchronously executes a Task if one is returned from the service operation expression so it has control over any exceptions for correct behaviour with the Exception properties.
2.0.0 - Breaking change - Retry policy is now also applied to the calls made via the Operations property. Removed dependency on Microsoft Transient Fault Handling Core library.
For support of the Microsoft Transient Fault Handling Core library, please install ChannelAdam.Wcf.Microsoft.Practices.TransientFaultHandling.Core.
1.1.1 - Fixed missing dependency in NuSpec file on TransientFaultHandling.Core.
1.1.0 - Added support for targeting .NET Framework 4.0 in addition to .NET Framework 4.5.
1.0.0 - Initial release targeting .NET Framework 4.5.