VanaCosmin.WCF.WebExtensions
1.1.0
Enhances WCF REST with functionalities like optional query parameters, http headers or multipart requests.
Install-Package VanaCosmin.WCF.WebExtensions -Version 1.1.0
dotnet add 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
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
Release Notes
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
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.