'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)
public void ChangeDataChannelProtection( DataChannelProtection dataChannelProtection, SslProtocols enabledSslProtocols )
Parameters
- dataChannelProtection
The DataChannelProtection to use.
- enabledSslProtocols