CSPspEmu.Debugger.TcpServer.TcpServer C# (CSharp) Method

TcpServer() public method

public TcpServer ( string ip, short port ) : System
ip string
port short
return System
        public TcpServer(string ip, short port)
        {
            /*
            this.ip = ip;
            this.port = port;
            this.serverSocket = new TcpSocket();
            this.serverSocket.blocking = false;
            this.checkRead = new SocketSet();
            this.checkWrite = new SocketSet();
            this.checkError = new SocketSet();
            */
        }