Chapter 10. Implementing Reliable Sessions
After completing this chapter, you will be able to:
Explain how to implement reliable sessions in a WCF service and client application.
Describe how the WS-ReliableMessaging protocol works with the WCF runtime.
Create a custom binding that implements replay detection.
Most of the time when building WCF client applications and services (apart from when you are performing the exercises in this book), you will expect them to be deployed to different computers and communicate with each other across a connecting network—after all, that’s the principal reason for using WCF. Aside from the concerns surrounding security issues, the other main problem with networks is that they can be unreliable. It is very easy ...
Get Windows® Communication Foundation 4 Step by Step now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.