Rather than forcing a parser (as in the constructor that accepts a parser), this adds a parser to the list of those used.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public void AddParser(
	FTPFileParser parser
)
Visual Basic
Public Sub AddParser ( _
	parser As FTPFileParser _
)
Visual C++
public:
void AddParser(
	FTPFileParser^ parser
)

Parameters

parser
Type: EnterpriseDT.Net.Ftp..::..FTPFileParser
parser to add to list being used

See Also