Skip to content

Instantly share code, notes, and snippets.

View JenHsuan's full-sized avatar

Sean Hsieh JenHsuan

View GitHub Profile
@JenHsuan
JenHsuan / AnonymousPipes.cs
Created September 11, 2016 10:45 — forked from gogsbread/AnonymousPipes.cs
Anonymous pipes server and client examples.
using System;
using System.Diagnostics;
using System.IO;
using System.IO.Pipes;
namespace dotNetPlayGround
{
class AnonymousPipesServer
{
static void Main()