You are developing a WCF service. The service will stream messages to clients on the internal network.You must use Windows Authentication, and all messages must be binary encoded. You need to configure the service. What should you do?
Answer:
Explanation:
One Comment on “You need to configure the service”
Answer per boxes
1.netTcpBinding
2.mode=”Transport”
3.netTcpBinding
1
0