The encoding to use when dealing with file and directory paths.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public Encoding ControlEncoding { get; set; }
Visual Basic
Public Property ControlEncoding As Encoding
	Get
	Set
Visual C++
public:
property Encoding^ ControlEncoding {
	Encoding^ get ();
	void set (Encoding^ value);
}

See Also