Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / .NET

context enabled bindings and wcf durable services

3.67/5 (2 votes)
21 Aug 2011CPOL 19K  
wcf durable services
A WCF durable service is a service in which the state is maintained during the different calls. Using Context enabled bindings you can create WCF Durable Services.

Using Context enabled bindings you can send extra parameters to the service to exchange context by using the HttpCookies or the SOAP Header

The following are the context bindings used for durable wcf services.

1. BasicHttpContextBinding
2. NetTcpContextBinding
3. WSHttpContextBinding

Ref: Context Enabled Bindings and Durable Services

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)