WCFServiceProxy 2.2.1
dotnet add package WCFServiceProxy --version 2.2.1
NuGet\Install-Package WCFServiceProxy -Version 2.2.1
<PackageReference Include="WCFServiceProxy" Version="2.2.1" />
paket add WCFServiceProxy --version 2.2.1
#r "nuget: WCFServiceProxy, 2.2.1"
// Install WCFServiceProxy as a Cake Addin #addin nuget:?package=WCFServiceProxy&version=2.2.1 // Install WCFServiceProxy as a Cake Tool #tool nuget:?package=WCFServiceProxy&version=2.2.1
PCL-compatible service proxy for consuming WCF/SOAP services.
This proxy solves some common problems when dealing with SOAP-based Windows Communication Foundation services.
Features:
* Auto-closing of client
* Automatic client and channel disposing
* Handles all types of exceptions
* Error tracing
This library works with the "Add Service Reference" functionality, as well as using a custom interface.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Fixed bug with non-async calls where they would not return run.