65.9K
CodeProject is changing. Read more.
Home

context enabled bindings and wcf durable services

starIconstarIconstarIcon
emptyStarIcon
starIcon
emptyStarIcon

3.67/5 (2 votes)

Aug 21, 2011

CPOL
viewsIcon

19030

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