An NDoc Documented Class Library

HttpClient.Size Method 

Get the size of a remote file.

public virtual long Size(
   string remoteFile
);

Parameters

remoteFile
Name or path of remote file in current directory.

Return Value

Size of file in bytes.

Implements

IFileTransferClient.Size

See Also

HttpClient Class | EnterpriseDT.Net.Ftp.Http Namespace