'Declaration Public Overrides Function ParseLine( _ ByVal line As String _ ) As FtpItemInfo
'Usage Dim instance As FtpMachineListingParser Dim line As String Dim value As FtpItemInfo value = instance.ParseLine(line)
public override FtpItemInfo ParseLine( string line )
Parameters
- line
- The listing line received from the FTP server. Can be null.
Return Value
A reference to a FtpItemInfo object containing the information that was parsed from the listing line received from the FTP server. null if the listing has ended.