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 Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 is compatible. net461 was computed. net462 was computed. net463 was computed. net47 is compatible. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
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