Browse by Tags

All Tags » WCF (RSS)
Sorry, but there are no more tags available to filter with.

WCF - Using WebHttpBinding for REST services by Kiyoshi

You can use WebHttpBinding to have REST endpoints in your WCF application to expose simple public service calls.  Use a UriTemplate in your service contract and a WebHttpBinding endpoint.  Here's an example...   (IContractName.cs) namespace...
Filed under:
More Posts