VanaCosmin.WCF.WebExtensions
1.1.0
dotnet add package VanaCosmin.WCF.WebExtensions --version 1.1.0
NuGet\Install-Package VanaCosmin.WCF.WebExtensions -Version 1.1.0
<PackageReference Include="VanaCosmin.WCF.WebExtensions" Version="1.1.0" />
paket add VanaCosmin.WCF.WebExtensions --version 1.1.0
#r "nuget: VanaCosmin.WCF.WebExtensions, 1.1.0"
// Install VanaCosmin.WCF.WebExtensions as a Cake Addin
#addin nuget:?package=VanaCosmin.WCF.WebExtensions&version=1.1.0
// Install VanaCosmin.WCF.WebExtensions as a Cake Tool
#tool nuget:?package=VanaCosmin.WCF.WebExtensions&version=1.1.0
WCF Web Extensions
Nuget package which enhances WCF REST with functionalities like optional query parameters, http headers or multipart requests.
Roadmap:
- Version 1.0: Allow client to send optional query string parameters (available)
- Version 1.1: Allow client-server to use optional query string parameters in method parameters, instead of using WebOperationContext class, so that the parameters are at method level, not channel level (available)
- Version 1.2: Allow client to send custom HTTP headers
- Version 1.3: Allow multipart/form-data requests in both client and server in a typed manner
How to use:
For code snippets and documentation, visit the official page
Product | Versions |
---|---|
.NET Framework | net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
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.
Version 1.1: Allow client-server to use optional query string parameters in method parameters, instead of using WebOperationContext class, so that the parameters are at method level, not channel level
Version 1.0: Allow client to send optional query string parameters