| FtpConfigurationDontGetFileSizeBeforeDownload Property |
Gets or sets the value indicating if
GetFileSize(String) should be used to retrieve file size before download.
Default is false (file size is obtained).
Namespace:
Limilabs.FTP.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public bool DontGetFileSizeBeforeDownload { get; set; }
Public Property DontGetFileSizeBeforeDownload As Boolean
Get
Set
public:
property bool DontGetFileSizeBeforeDownload {
bool get ();
void set (bool value);
}
member DontGetFileSizeBeforeDownload : bool with get, set
Property Value
Type:
BooleanSee Also