communication between applications

Zexor

Well-known member
Joined
Nov 28, 2008
Messages
520
Programming Experience
3-5
What would you use to communicate between 2 applications within the same pc?
 
The TcpListener will trigger the firewall, does WCF also trigger the firewall? I just want something that can send simple text between apps within the same pc without going thru the firewall.
 
The TcpListener will trigger the firewall, does WCF also trigger the firewall? I just want something that can send simple text between apps within the same pc without going thru the firewall.

WCF is actually a technology that sits on top of other communication protocols, including TCP and pipes.

wcf tcp - Bing
wcf pipes - Bing
 
Back
Top