Exemplo n.º 1
0
        private static void Main(string[] args)
        {
            ServerEchoAPM serverEchoAPM = new ServerEchoAPM(IPAddress.Parse("127.0.0.1"), 2137);

            serverEchoAPM.Start();
        }
Exemplo n.º 2
0
        static void Main(string[] args)
        {
            ServerEchoAPM sAPM = new ServerEchoAPM(System.Net.IPAddress.Parse("127.0.0.1"), 1234);

            sAPM.Start();
        }