Last post Jun 10, 2018 12:48 AM by DA924
Member
7 Points
236 Posts
Jun 09, 2018 11:39 AM|uid390594|LINK
can anyone please provide very simple plain text code samples to do the following
All-Star
52091 Points
23222 Posts
Jun 09, 2018 12:08 PM|mgebhard|LINK
fazioliamboina can anyone please provide very simple plain text code samples to do the following Send plain text message over named pipes Receive the plain text message in another process
The reference documentation has code examples that pass strings using named pipes.
https://docs.microsoft.com/en-us/dotnet/standard/io/how-to-use-named-pipes-for-network-interprocess-communication
Contributor
4863 Points
4120 Posts
Jun 10, 2018 12:48 AM|DA924|LINK
Myself I tend to stay away from legacy solutions. I would rather cod with the benefits provided by WC of multi threaded and multi clients. and a morel reliable solution.
https://docs.microsoft.com/en-us/dotnet/framework/wcf/samples/netnamedpipebinding
Member
7 Points
236 Posts
request for code samples - named pipes
Jun 09, 2018 11:39 AM|uid390594|LINK
can anyone please provide very simple plain text code samples to do the following
All-Star
52091 Points
23222 Posts
Re: request for code samples - named pipes
Jun 09, 2018 12:08 PM|mgebhard|LINK
The reference documentation has code examples that pass strings using named pipes.
https://docs.microsoft.com/en-us/dotnet/standard/io/how-to-use-named-pipes-for-network-interprocess-communication
Contributor
4863 Points
4120 Posts
Re: request for code samples - named pipes
Jun 10, 2018 12:48 AM|DA924|LINK
Myself I tend to stay away from legacy solutions. I would rather cod with the benefits provided by WC of multi threaded and multi clients. and a morel reliable solution.
https://docs.microsoft.com/en-us/dotnet/framework/wcf/samples/netnamedpipebinding