Click or drag to resize

TcpTextClientConnect(IPEndPoint, Boolean) Method

Connects to server.

Namespace: Limilabs.FTP.Client
Assembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntax
public void Connect(
	IPEndPoint ipEndPoint,
	bool useSSL
)

Parameters

ipEndPoint  IPEndPoint
IP end point of the connection.
useSSL  Boolean
if true creates SSL connection.
Exceptions
ExceptionCondition
FtpException -ERR response, Connection error.
See Also