| TcpTextClientConnectSSL Method |
Connects to server using SSL.
Namespace:
Limilabs.FTP.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public void ConnectSSL(
string host,
int port
)
Public Sub ConnectSSL (
host As String,
port As Integer
)
public:
void ConnectSSL(
String^ host,
int port
)
member ConnectSSL :
host : string *
port : int -> unit
Parameters
- host
- Type: SystemString
Host name or IP address. - port
- Type: SystemInt32
Port number.
Exceptions Exception | Condition |
---|
FtpException |
-ERR response,
Connection error.
|
See Also