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)- A8% (2)
- B72% (18)
- C16% (4)
- D4% (1)
Community Discussion
No community discussion yet for this question.