PowerTCP Emulation for .NET
Connect(String) Method




The remote host name or address to connect to.
Connects to a Rexec server.
Syntax
Public Overloads Sub Connect( _
   ByVal hostNameOrAddress As String _
) 
Dim instance As Rexec
Dim hostNameOrAddress As String
 
instance.Connect(hostNameOrAddress)
public void Connect( 
   string hostNameOrAddress
)
public: void Connect( 
   string* hostNameOrAddress
) 
public:
void Connect( 
   String^ hostNameOrAddress
) 

Parameters

hostNameOrAddress
The remote host name or address to connect to.
Remarks

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.

See Also

Reference

Rexec Class
Rexec Members
Overload List


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic