Question - What is the request-reply mode in WCF?
Answer -
When a client made a request to a service, it will wait until it gets the response back.
If the response is not received until the given time, it will show an error.
If the client gets the response then next instructions will be executed.