An NDoc Documented Class Library

HttpClient.Dir Method (String, Boolean)

List an HTML page's hrefs as an array of strings.

public string[] Dir(
   string dirname,
   bool full
);

Parameters

dirname
directory or HTML filename
full

Return Value

An array of strings.

Implements

IFileTransferClient.Dir

See Also

HttpClient Class | EnterpriseDT.Net.Ftp.Http Namespace | HttpClient.Dir Overload List