Click here to Skip to main content
15,886,724 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

Is it possible to give controlled access to named pipes? That is no anonymous process should be able to connect to the Named Pipe within the "same user account".

Also before creating Pipes, how to check if the same named pipe exist?

Related to: System.IO.Pipes

With Best Regards,

GPUToaster
Posted
Comments
Henry Minute 27-May-10 8:22am    
Responding to your comment: Sorry, I do not have an answer for you. I was just aware of the MSDN stuff after stumbling across it a couple of days ago while looking for something else.

1 solution

There is a fairly comprehensive series of articles on MSDN relating to Interprocess Communication (including Pipes) here[^]. Have you had a look at them?
 
Share this answer
 
Comments
GPUToaster™ 27-May-10 8:15am    
yes i had seen it, but it doesnt point to my problem. Can you provide me solution to this specific problem. Also its related to C# (System.IO.Pipes namespace)

Thanks again.. :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900