Message Exchange Patterns in WCF
In Windows Communication Foundation, both parties (i.e. a service and client) communicate with each other and exchange messages using a certain pattern known as Message Exchange Pattern (MEP). WCF supports three different types of MEPs (Message Exchange Patterns). Request-Reply One-Way Duplex In this WCF Tutorial Series, we will explore all three Message Exchange Patterns step by step with… Read More »