Beispiel #1
0
        static async Task Test_Pipe_SpeedTest_Server(int port, CancellationToken cancel)
        {
            SpeedTest test = new SpeedTest(port, cancel);

            await test.RunServerAsync();
        }