.NET Telnet Class Library

TelnetWrapper.Connect Method (String, Int32)

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

[Visual Basic]
Overloads Public Sub Connect( _
   ByVal host As String, _
   ByVal port As Integer _
)
[C#]
public void Connect(
   string host,
   int port
);

Parameters

host
Hostname of the Telnet server.
port
The Telnet port on the remote host.

See Also

TelnetWrapper Class | TelnetWrapper Members | De.Mud.Telnet Namespace | TelnetWrapper.Connect Overload List