PowerTCP Emulation for .NET
Connect(String) Method




The remote host name or address to connect to.
Connects to a Telnet server.
Syntax
Public Overloads Sub Connect( _
   ByVal hostNameOrAddress As String _
) 
Dim instance As Telnet
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 at the default port of 23.

Use alternative Connect overloads to connect to a port other than 513.

See Also

Reference

Telnet Class
Telnet Members
Overload List


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