System.IO.Pipes

January 13, 2025 ยท View on GitHub

 namespace System.IO.Pipes {
     public enum PipeOptions {
+        CurrentUserOnly = 536870912,
     }
 }