Is it possible to “talk” with running process?

后端 未结 4 411
悲哀的现实
悲哀的现实 2020-12-10 09:00

i want to create some service that will run as simple process and will give some other application the possibility to send him xml stream.

What i mean is to create

4条回答
  •  生来不讨喜
    2020-12-10 09:38

    Just use C# Sockets that listen for connections from the other process and write a custom XML file receiver.

提交回复
热议问题