nerdexam
Microsoft

70-513 · Question #94

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 C. 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

  • AUse basicHttpBinding.
  • BCreate a custom binding that has the compositeDuplex, textMessageEncoding, and
  • CCreate a custom binding that has the compositeDuplex, textMessageEncoding, and
  • DUse wsHttpBinding.

How the community answered

(24 responses)
  • A
    8% (2)
  • B
    13% (3)
  • C
    79% (19)

Community Discussion

No community discussion yet for this question.

Full 70-513 Practice