MinimalisticTelnet.TelnetConnection.TelnetConnection C# (CSharp) Méthode

TelnetConnection() public méthode

public TelnetConnection ( string Hostname, int Port ) : System
Hostname string
Port int
Résultat System
        public TelnetConnection(string Hostname, int Port)
        {
            tcpSocket = new TcpClient(Hostname, Port);
        }