MinimalisticTelnet.TelnetConnection.TelnetConnection C# (CSharp) 메소드

TelnetConnection() 공개 메소드

public TelnetConnection ( string Hostname, int Port ) : System
Hostname string
Port int
리턴 System
        public TelnetConnection(string Hostname, int Port)
        {
            tcpSocket = new TcpClient(Hostname, Port);
        }