| TcpTextClientConnect Method (IPEndPoint, Boolean) |
Connects to server.
Namespace:
Limilabs.FTP.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public void Connect(
IPEndPoint ipEndPoint,
bool useSSL
)
Public Sub Connect (
ipEndPoint As IPEndPoint,
useSSL As Boolean
)
public:
void Connect(
IPEndPoint^ ipEndPoint,
bool useSSL
)
member Connect :
ipEndPoint : IPEndPoint *
useSSL : bool -> unit
Parameters
- ipEndPoint
- Type: System.NetIPEndPoint
IP end point of the connection. - useSSL
- Type: SystemBoolean
if true creates SSL connection.
Exceptions Exception | Condition |
---|
FtpException |
-ERR response,
Connection error.
|
See Also