An NDoc Documented Class Library

HttpClient.DirDetails Method

List the current directory's hrefs as an array of FTPFile objects.

Overload List

List the current directory's hrefs as an array of FTPFile objects.

public FTPFile[] DirDetails();

List an HTML page's hrefs as an array of FTPFile objects.

public virtual FTPFile[] DirDetails(string);

Returns the given directory's contents and optionally that of its subdirectories as an array of FTPFile objects.

public FTPFile[] DirDetails(string,bool);

See Also

HttpClient Class | EnterpriseDT.Net.Ftp.Http Namespace