Microsoft
70-513 · Question #201
A Windows Communication Foundation (WCF) service is deployed with netTcpBinding. This service uses a duplex message exchange pattern. You are developing the next version of the WCF service. You…
The correct answer is A. Create a custom binding that has the compositeDuplex. textMessageEncoding, and. See the full explanation below for the reasoning.
Question
A Windows Communication Foundation (WCF) service is deployed with netTcpBinding. This service uses a duplex message exchange pattern. You are developing the next version of the WCF service. You discover that your company's hardware load balancer performs correctly only for WCF services that use HTTP. You need to ensure that your service works with the load balancer. What should you do?
Options
- ACreate a custom binding that has the compositeDuplex. textMessageEncoding, and
- BUse basicHttpBinding.
- CCreate a custom binding that has the compositeDuplex, textMessageEncoding, and
- DUse wsHttpBinding.
How the community answered
(42 responses)- A74% (31)
- B7% (3)
- C17% (7)
- D2% (1)
Community Discussion
No community discussion yet for this question.