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