Exemple #1
0
 private static async Task RunListenerAsync()
 {
     listener = new TCPListener("127.0.0.1", 500);
     listener.Run();
 }