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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="VanaCosmin.WCF.WebExtensions" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add VanaCosmin.WCF.WebExtensions --version 1.1.0
#r "nuget: VanaCosmin.WCF.WebExtensions, 1.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
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.

Version Downloads Last updated
1.1.0 733 12/20/2018
1.0.0 616 11/13/2018

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