Xceed .NET Libraries Documentation
Xceed.Ftp Assembly / Xceed.Ftp Namespace / FtpClient Class / ChangeDataChannelProtection Method

The DataChannelProtection to use.



ChangeDataChannelProtection Method
Changes the data channel protection.
Syntax
'Declaration
 
Public Sub ChangeDataChannelProtection( _
   ByVal dataChannelProtection As DataChannelProtection, _
   ByVal enabledSslProtocols As SslProtocols _
) 
 
'Usage
 
Dim instance As FtpClient
Dim dataChannelProtection As DataChannelProtection
Dim enabledSslProtocols As SslProtocols
 
instance.ChangeDataChannelProtection(dataChannelProtection, enabledSslProtocols)

Parameters

dataChannelProtection

The DataChannelProtection to use.

enabledSslProtocols
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also