Namespace:  Rebex.Net
Assembly:  Rebex.Ftp (in Rebex.Ftp.dll)

Syntax

Visual Basic
<ObsoleteAttribute("This overload of the Secure method has been deprecated and will be removed. Please use another variant and specify parameters using Settings object instead.",  _
	True)> _
Public Sub Secure ( _
	parameters As TlsParameters _
)
C#
[ObsoleteAttribute("This overload of the Secure method has been deprecated and will be removed. Please use another variant and specify parameters using Settings object instead.", 
	true)]
public void Secure(
	TlsParameters parameters
)

Parameters

parameters
Type: Rebex.Net..::..TlsParameters

Version Information

.NET Compact Framework

Obsolete (does not compile) in 3.9, 3.5 and later

See Also