Xceed .NET Libraries Documentation
Xceed.Ftp Assembly / Xceed.Ftp Namespace / FtpListingParserList Class
Properties Methods Events


In This Topic
    FtpListingParserList Class Members
    In This Topic

    The following tables list the members exposed by FtpListingParserList.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyOverridden. Gets a value indicating whether the FtpListingParserList has a fixed size.  
    Public PropertyOverridden. Gets a boolean value indicating if the FtpListingParserList is readonly.  
    Public PropertyGets or sets the FtpListingParser object at the specified index.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds a FtpListingParser object to the list.  
    Public MethodAdds the elements of a FtpListingParser object array to the end of the FtpListingParserList collection.  
    Public MethodRemoves all FtpListingParser objects from the list.  
    Public MethodRetrieves a boolean value indicating if a specific FtpListingParser object exists in the list.  
    Public MethodSearches for the specified FtpListingParser object and returns the zero-based index of the first occurrence within the list.  
    Public MethodInserts a FtpListingParser object into the list at the specified index  
    Public MethodOverloaded. Parses a raw (unprocessed) folder listing, querying if each FtpListingParser can retrieve relevant information from each line.  
    Public MethodRemoves the FtpListingParser object from the list.  
    Public MethodRemoves the FtpListingParser object from the list at the specified index.  
    Top
    Protected Methods
     NameDescription
    Protected MethodRaises the ParsingListingLine event.  
    Protected MethodOverridden. Performs additional custom processes when validating a value.  
    Top
    Public Events
     NameDescription
    Public EventRaised for each folder listing line sent by the FTP server and allows you to manually parse the lines.  
    Top
    See Also