Add service reference when using netTcp binding

后端 未结 3 971
忘了有多久
忘了有多久 2020-12-28 09:37

I have a WCF service that I tested by copying its interfaces to a sample client project.
Now I want to work properly by adding a service reference.

3条回答
  •  天涯浪人
    2020-12-28 10:23

    Change this:

    
    

    To:

    
    

    Notice it's not maxHttpBinding but mexTcpBinding, you had typo as well there.

提交回复
热议问题