What are various message patterns in WCF ?

There are three message patterns :
  1. Request/Reply pattern : This is default message pattern. Every request from client has a reply from service
  2. One way pattern : client does not wait for reply from service for further processing.
  3. Duplex pattern : Service and client can send messages to each other simultaneously .

No comments:

Popular Posts