Dart.Emulation Namespace > Rexec 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 on the default port of 512.
Use Connect(TcpSession) to connect to a server on an alternative port.