edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

FTPFileFactoryAddParser Method

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

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public void AddParser(
	FTPFileParser parser
)

Parameters

parser  FTPFileParser
parser to add to list being used

See Also