BaxterWorks.DNS.Program.StartWork C# (CSharp) Méthode

StartWork() private static méthode

private static StartWork ( TcpListener tcpListener ) : void
tcpListener System.Net.Sockets.TcpListener
Résultat void
        private static void StartWork(TcpListener tcpListener)
        {
            for (;;)
            {
                TalkToClient(tcpListener.AcceptTcpClient());
            }
        }

Same methods

Program::StartWork ( UdpClient client ) : void