WCF is basically a message based architecture where clients and servers communicate using messages instead of remote invocation like DCOM.
Currently WCF supports three message patterns :
One way messaging : client sends a message to service without expecting a response back
Request – Response : client sends a message and waits for reply
Duplex Messaging : client & service send message to each other without the synchronization as required in request – response.
No comments:
Post a Comment