Namespace:
Rebex.Net
Assembly:
Rebex.Ftp (in Rebex.Ftp.dll)
Syntax
Visual Basic |
---|
<ObsoleteAttribute("This overload of the Connect method has been deprecated and will be removed. Use another variant and specify parameters using Settings object instead.", _ True)> _ Public Function Connect ( _ serverName As String, _ serverPort As Integer, _ parameters As TlsParameters, _ security As FtpSecurity _ ) As String |
C# |
---|
[ObsoleteAttribute("This overload of the Connect method has been deprecated and will be removed. Use another variant and specify parameters using Settings object instead.", true)] public string Connect( string serverName, int serverPort, TlsParameters parameters, FtpSecurity security ) |
Parameters
- serverName
- Type: System..::..String
- serverPort
- Type: System..::..Int32
- parameters
- Type: Rebex.Net..::..TlsParameters
- security
- Type: Rebex.Net..::..FtpSecurity