Dart.Emulation Namespace > Telnet Class > Connect Method : Connect(String) Method |
Public Overloads Sub Connect( _ ByVal hostNameOrAddress As String _ )
public void Connect( string hostNameOrAddress )
public: void Connect( string* hostNameOrAddress )
public: void Connect( String^ hostNameOrAddress )
This method attempts to connect to the remote host at the default port of 23.
Use alternative Connect overloads to connect to a port other than 513.