A Windows Communication Foundation (WCF) service is deployed with netTcpBinding.<br /> This service uses a duplex message exchange pattern.You are developing the next version of the WCF service.<br /> You discover that your company's hardware load balancer performs correctly only for WCF services that use HTTP.<br /> You need to ensure that your service works with the load balancer.<br /> What should you do?()
A、Use basicHttpBinding.
B、Create a custom binding that has the compositeDuplex, textMessageEncoding, and namedPipeTransport binding elements in this order.
C、Create a custom binding that has the compositeDuplex, textMessageEncoding, and wsHttpTransport binding elements in this order.
D、Use wsHttpBinding.