WCF client and server

前端 未结 3 669
失恋的感觉
失恋的感觉 2020-12-28 23:28

I need multiple clients that talk to a WCF service. The WCF service also must be able to connect to any one of the clients also.

So - it sounds like the server and t

3条回答
  •  再見小時候
    2020-12-28 23:43

    You might want to try out creating a WCF service using netTcpBinding. It will work for your requirements. You can use the article How to: Use netTcpBinding with Windows Authentication and Transport Security in WCF Calling from Windows Forms as a start:

    Also, there are many examples included within the WCF Samples package which you can use.

提交回复
热议问题