Rebex
Products Downloads Buy Support Contact
Show / Hide Table of Contents

FtpItemParseEventArgs Constructor

Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9147)

FtpItemParseEventArgs(String, FtpItem)

Initializes a new instance of the FtpItemParseEventArgs class with the specified raw data and a parsed item.

Declaration
public FtpItemParseEventArgs(string rawLine, FtpItem item)
Parameters
Type Name Description
String rawLine

Raw data of the line parsed.

FtpItem item

Parsed FtpItem or null reference if unable to parse.

Remarks

This provides support for custom list parsing. Custom parser delegate can inspect the rawLine parameter and set Item property to a new FtpItem instance.

In This Article
  • FtpItemParseEventArgs(String, FtpItem)
© REBEX ČR s.r.o. Back to top
Privacy policy
Manage cookies