WCF: Net.TCP multiple bindings, same port, different IP Addresses

后端 未结 3 406
暖寄归人
暖寄归人 2020-12-29 12:40

I\'ve run into a problem. I\'m a little new at WCF so any help would be greatly appreaciated.

Here\'s my code:

public static void StartHosts()
    {
         


        
3条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-29 13:31

    Looks like i'm bit late :). But anyway - there is quite simple way to make Wcf listen all available network interfaces "net.tcp://0.0.0.0:8523/WCFTestService".

提交回复
热议问题