Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benmccallum/corewcf
A library of goodies for ASP.NET WCF (client, CORS enabler, etc.).
https://github.com/benmccallum/corewcf
cors wcf wcf-client
Last synced: about 2 months ago
JSON representation
A library of goodies for ASP.NET WCF (client, CORS enabler, etc.).
- Host: GitHub
- URL: https://github.com/benmccallum/corewcf
- Owner: benmccallum
- License: mit
- Created: 2015-04-20T10:48:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-06T09:19:06.000Z (almost 7 years ago)
- Last Synced: 2024-10-19T07:51:21.774Z (3 months ago)
- Topics: cors, wcf, wcf-client
- Language: C#
- Homepage:
- Size: 371 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
CoreWeb
=======
[![Build status](https://ci.appveyor.com/api/projects/status/aq9spdajwtg8db5y/branch/master?svg=true)](https://ci.appveyor.com/project/benmccallum/corewcf/branch/master)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](http://enable-cors.org/server_wcf.html), so add the web.config changes as described using```
```
as the new behaviour.