.NET Telnet Class Library

TelnetWrapper.Connect Method

Connects to the remote host and opens the connection.

Overload List

Connects to the remote host and opens the connection.

public void Connect();

Connects to the specified remote host on the specified port and opens the connection.

public void Connect(string,int);

See Also

TelnetWrapper Class | TelnetWrapper Members | De.Mud.Telnet Namespace