| TcpTextClientConnect Method (IPAddress, Int32, Boolean) |
Connects to server.
Namespace:
Limilabs.FTP.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public void Connect(
IPAddress ipAddress,
int port,
bool useSSL
)
Public Sub Connect (
ipAddress As IPAddress,
port As Integer,
useSSL As Boolean
)
public:
void Connect(
IPAddress^ ipAddress,
int port,
bool useSSL
)
member Connect :
ipAddress : IPAddress *
port : int *
useSSL : bool -> unit
Parameters
- ipAddress
- Type: System.NetIPAddress
IP address. - port
- Type: SystemInt32
Port number. - useSSL
- Type: SystemBoolean
if true creates SSL connection.
Exceptions Exception | Condition |
---|
FtpException |
-ERR response,
Connection error.
|
See Also