nerdexam
Microsoft

70-513 · Question #110

You have an existing Windows Communication Foundation (WCF) service that exposes a service contract over HTTP. You need to expose that contract over HTTP and TCP. What should you do?

The correct answer is B. Add an endpoint configured with a netTcpBinding. See the full explanation below for the reasoning.

Question

You have an existing Windows Communication Foundation (WCF) service that exposes a service contract over HTTP. You need to expose that contract over HTTP and TCP. What should you do?

Options

  • AAdd a net.tcp base address to the host.
  • BAdd an endpoint configured with a netTcpBinding.
  • CAdd an endpoint behavior named netTcpBehavior to the existing endpoint.
  • DAdd a binding configuration to the existing endpoint named netTcpBinding.

How the community answered

(25 responses)
  • A
    8% (2)
  • B
    72% (18)
  • C
    16% (4)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full 70-513 Practice