Files

6 lines
156 B
C#
Raw Permalink Normal View History

2026-04-01 12:46:48 +02:00
using System;
var pipeServer = new NamedPipes.NamedPipesServer("testPipe",logger:Console.WriteLine);
await pipeServer.RunAsync().ConfigureAwait(true);
2026-04-01 12:46:48 +02:00