Microsoft
70-513 · Question #210
You have a Windows Communication Foundation (WCF) service that uses a multicast protocol as a custom transport. The service implements the channel framework. You need to choose a message exchange…
The correct answer is D. Datagram by using the IOutputChannel interface for clients and the IInputChannel interface. See the full explanation below for the reasoning.
Question
You have a Windows Communication Foundation (WCF) service that uses a multicast protocol as a custom transport. The service implements the channel framework. You need to choose a message exchange pattern for the transport. What should you use?
Options
- ARequest-Response by using the IRequestChannel interface for clients and the
- BHalf-Duplex by using the IRequestChannel interface for clients and the IReplyChannel
- CDuplex by using the IDuplexChannel interface for both clients and the service.
- DDatagram by using the IOutputChannel interface for clients and the IInputChannel interface
How the community answered
(49 responses)- A12% (6)
- B6% (3)
- C2% (1)
- D80% (39)
Community Discussion
No community discussion yet for this question.