VanaCosmin.WCF.WebExtensions 1.1.0

.NET Framework 3.5
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 Versions
.NET Framework net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
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 626 12/20/2018
1.0.0 542 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