What is the request-reply mode in wcf?



What is the request-reply mode in wcf?..

Answer / Deepak Kumar Singh

The Request-Reply mode in WCF is a communication pattern where the client sends a request and waits for a response from the service. This mode uses the Duplex binding, which allows both the client and the service to send messages. The service processes the incoming requests one by one and sends back the responses to the clients.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More WCF Interview Questions

Explain the different ways to host wcf service?

1 Answers  


What is abc in wcf?

1 Answers  


What are the types of contract available in wcf?

1 Answers  


What is mean by wcf?

1 Answers  


do you know what is endpoint in wcf? : Wcf data services

1 Answers  


What are the types of binding available in wcf?

1 Answers  


What is extension of WCF Service?

1 Answers   Wipro,


What is duplex ws binding?

1 Answers  


tell me what is service and client in perspective of data communication? : Wcf data services

1 Answers  


WCF:Could the two-way service operations be used with queued binding?

2 Answers  


explain msmq integration binding? : Wcf data services

1 Answers  


What is the difference between wcf and web services?

1 Answers  


Categories