Reference Library
FileSize Property
NamespacesMBNCSUtil.NetBnFtpRequestBaseFileSize
Gets (and in derived classes, sets) the size of the file.
Declaration Syntax
C#Visual BasicVisual C++
public int FileSize { get; protected set; }
Public Property FileSize As Integer
	Get
	Protected Set
public:
property int FileSize {
	int get ();
	protected: void set (int value);
}
Remarks

This property is only valid after ExecuteRequest has been called.

Assembly: Asgard5Library (Module: Asgard5Library)