Click here to Skip to main content
15,879,096 members
Articles / .NET
Tip/Trick

context enabled bindings and wcf durable services

Rate me:
Please Sign up or sign in to vote.
3.67/5 (2 votes)
21 Aug 2011CPOL 18.8K   1
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)


Written By
Web Developer
India India
Symphony Services, Banglore, 560 087, India

Comments and Discussions

 
GeneralMy vote of 3 Pin
Amey K Bhatkar18-Aug-13 4:21
Amey K Bhatkar18-Aug-13 4:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.