I am trying to write a (elevated privilege) service that will talk to a non privileged winforms application. I was able to have two console applications (one elevated one not) talk back and forth no p
I am doing programming in C++, under LINUX. I have two independent processes. I should provide communication using named pipe.
I have a script that writes to a named pipe and another that reads from the pipe.Occasionally, when starting the script I have noticed that the contents of the pipe exist fro开发者_如何学Pythonm a pre
I\'m trying to use WCF named pipes in a web site, and it\'s failing with errors: There was no endpoint listening at net.pipe://localhost/mypipename
I am trying to send a stri开发者_StackOverflowng over a named pipe using StreamWriter, but StreamWriter class only offers synchronous operations. I can use BeginWrite method of the NamedPipeServerStre
On Windows 7 and .NET 4 I\'m getting some very weird effects from the WCF named pipe transport when my WCF client is a Windows service.
Ok, I have asked a few questions about different facets of trying to accomplish what I want to do. This time I\'m having big issues just reading from a named pipe. I think I have harvested enough info
So I have some server broadcasting live data onto Named Pipe -\\\\.\\pipe\\TestChannel (from VLC for example). I want to read it from now some N seconds and save that readen data to some.file. How to
A little background: I have a Windows .NET application that is in use by approximately 40 field employees across North America.This program allows the users to enter data while in the field (away for
I have a WCF service hosted in a windows service. This WCF service is only going to be used on the local machine so I have chosen named pipes for endpoint. However when I try to connect to WCF service