Inter process communication
-
Is there any way in which I can use WCF and NetNamedPipeBinding for Interprocess communication? If yes then can someone share the idea of how it can be done? I want to communicate with different processes on the same machine and processes will also be the instance of the same application. Krunal C
-
Is there any way in which I can use WCF and NetNamedPipeBinding for Interprocess communication? If yes then can someone share the idea of how it can be done? I want to communicate with different processes on the same machine and processes will also be the instance of the same application. Krunal C
-
I've never used it but according to the documentation yes.
KrunalC wrote:
If yes then can someone share the idea of how it can be done?
Is the example in the documentation lacking? If so what is missing?
-
led mike wrote:
Is the example in the documentation lacking? If so what is missing?
Document only explains the how service and client(consumer) can be configured but don't explain how it can be used for inter process communication.