You have an existing Windows Communication Foundation (WCF) service that exposes a service contract over HTTP.<br /> You need to expose that contract over HTTP and TCP. What should you do?()<p> You have an existing Windows Communication Foundation (WCF) service that exposes a service contract over HTTP.<br /> You need to expose that contract over HTTP and TCP. What should you do?()</p>
A、A. Add a net.tcp base address to the host.
B、B. Add an endpoint configured with a netTcpBinding.
C、C. Add an endpoint behavior named netTcpBehavior to the existing endpoint.
D、D. Add a binding configuration to the existing endpoint named netTcpBinding.