 | FtpUsesCompression Property |
Gets a value indicating whether the compression is used for data transfers.
Namespace: Limilabs.FTP.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic bool UsesCompression { get; }Public ReadOnly Property UsesCompression As Boolean
Get
public:
property bool UsesCompression {
bool get ();
}member UsesCompression : bool with get
Property Value
Boolean
See Also