'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 a null reference (Nothing in Visual Basic).
Return Value
A reference to a FtpItemInfo object containing the information that was parsed from the listing line received from the FTP server. a null reference (Nothing in Visual Basic) if the listing has ended.