 | 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.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic 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
Boolean
See Also