开发者

C# - WCF - inter-process communication

开发者 https://www.devze.com 2022-12-09 12:26 出处:网络
What is the best WCF binding to use for inter-process communication? I have used WCF over local networks and it is amazing, and I\'d like to use it for inter-p开发者_Python百科rocess communication as

What is the best WCF binding to use for inter-process communication?

I have used WCF over local networks and it is amazing, and I'd like to use it for inter-p开发者_Python百科rocess communication as well. I do not want to expose the communication over the network, however.


Use the NetNamedPipeBinding for inter-process communication on the same machine. Use the NetTcpBinding if you are crossing machine boundaries. I've found this flow chart helpful.

C# - WCF - inter-process communication

.

0

精彩评论

暂无评论...
验证码 换一张
取 消