There are three
types of MessageExchangePattern behavior in WCF.
- Request\Reply :- In this pattern, a client application send a message to a WCF service and wait for a reply.
- One Way :- In this pattern, a client application send a message to a WCF service but WCF service does not send a reply message to the client. In this message exchange pattern, client does not wait for a reply from wcf service.
- Duplex\CallBack :- In this pattern, both client and service can start communication and expect notification \Alert message from their counter part.
No comments:
Post a Comment
Note: only a member of this blog may post a comment.