Skip to content

A library of goodies for ASP.NET WCF (client, CORS enabler, etc.).

License

Notifications You must be signed in to change notification settings

benmccallum/CoreWcf

Repository files navigation

CoreWeb

Build status

A library of core helpers, extensions, constants, enums and other useful things for .NET WCF projects.

Get it on NuGet!

Install-Package CoreWcf

Features

Add CORS support to your services

The CoreWcf assembly contains all you need to add CORS support to WCF endpoints. It contains the classes described here, so add the web.config changes as described using

<add name="crossOriginResourceSharingBehavior" type="CoreWcf.Behaviors.EnableCrossOriginResourceSharingBehavior, CoreWcf" />

as the new behaviour.

About

A library of goodies for ASP.NET WCF (client, CORS enabler, etc.).

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published