What are the different modes of communication in wcf?



What are the different modes of communication in wcf?..

Answer / Sahil Sudan

In WCF, there are four main modes of communication: 1) Simple, which sends messages as SOAP or raw XML. 2) Duplex, which allows both client and service to send messages using a single binding. 3) One-Way, which allows the client to send messages but does not expect a response from the service. 4) Request-Reply, which sends a request from the client and waits for a response from the service.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More WCF Interview Questions

Where we can host wcf services?

1 Answers  


What is the address formats of the wcf transport schemas?

1 Answers  


What is binding and how many types of bindings are there in wcf?

1 Answers  


How to configure reliability while communicating with wcf services?

1 Answers  


What are different bindings supported by wcf?

1 Answers  


How many types of contract wcf define?

1 Answers  


What are the wcf service endpoints?

1 Answers  


what is overloading in WCF?how to do autentication in WCF.

1 Answers   BirlaSoft, Logica CMG,


Why do we use wcf?

1 Answers  


Which are the various programming approaches for wcf?

1 Answers  


What is extension of WCF Service?

1 Answers   Wipro,


explain msmq integration binding? : Wcf data services

1 Answers  


Categories