FtpClient.DataConnectionEncryption Property

System.Net.FtpClient

Collapse image Expand Image Copy image CopyHover image
Indicates if data channel transfers should be encrypted. Only valid if EncryptionMode property is not equal to FtpSslMode.None.

Namespace: System.Net.FtpClient
Assembly: System.Net.FtpClient (in System.Net.FtpClient.dll) Version: 1.0.5064.17461

Syntax

C#
public bool DataConnectionEncryption { get; set; }
Visual Basic
Public Property DataConnectionEncryption As Boolean
	Get
	Set
Visual C++
public:
virtual property bool DataConnectionEncryption {
	bool get () sealed;
	void set (bool value) sealed;
}

Property Value

Type: Boolean

Implements

IFtpClient..::..DataConnectionEncryption

See Also