Click here to Skip to main content
15,867,704 members
Articles / Programming Languages / C#

Anonymous Pipes Made Easy

Rate me:
Please Sign up or sign in to vote.
4.97/5 (19 votes)
28 Feb 2022CPOL5 min read 50.5K   2.2K   34  
A simple and convenient wrapper class for Anonymous Pipes in C# using serialization.
In this example project, you will see how to make using AnonymousPipes class as easy and intuitive as I believe they should be in the first place, and use serialization to pass data between your client and server applications.

Views

Daily Counts

Downloads

Weekly Counts

License

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


Written By
President Doxtader Industries LLC
United States United States
I've been in IT for the last 25 years in one capacity or another - always as either a network engineer or a developer... or both. At the moment I have an IT consultancy in Long Island, NY offering software development and network engineer services.

Comments and Discussions