What is duplex contract in WCF?- It enables clients and servers to communicate with each other.
- The calls can be initiated independently of the other one.
- The duplex contract is one the message patterns available to Windows Communication Foundation (WCF) services.
- It comprises of two one-way contracts.
- This is a message exchange pattern in which both endpoints can send messages to the other independently.
- It occurs when a client connects to a service.
- It provides the service with a channel on which the service can send messages back to the client.
|