WSDualHttpBinding for duplex callbacks

前端 未结 2 647
猫巷女王i
猫巷女王i 2020-12-06 02:32

Would using WSDualHttpBinding for duplex callbacks work in real-world scenarios? Say, I have a .NET application that uses a random port, would the service be able to resolv

2条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-06 02:46

    If it's an application behind a firewall, theoretically yes. It depends on what you mean by "real world"; if by that you mean "high performance" perhaps NetTcpBinding is a better appraoch.

提交回复
热议问题