WcfExtensions is a basic library which serves for configuring custom behaviors for wcf services, and finally this is possible by using a default class which derives from BehaviorExtensionElement, allowing to avoid a local implementation of BehaviorExtensionElement on wcf service project.
Info
| Version: | 1.2.1.10 |
| Author(s): | TheHunter |
| Last Update: | Tuesday, March 24, 2015 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/TheHunter/WcfExtensions.git |
| NuGet Url: | https://www.nuget.org/packages/WcfConfigExtensions |
Install
Install-Package WcfConfigExtensions
dotnet add package WcfConfigExtensions
paket add WcfConfigExtensions
WcfConfigExtensions Download (Unzip the "nupkg" after downloading)
Dependencies
- ScriptingCompiler(1.0.0.1)
Tags