| FtpResponseLines Property |
Gets all lines (except
EndLine) returned by multi-line response.
Namespace:
Limilabs.FTP.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public List<string> Lines { get; }
Public ReadOnly Property Lines As List(Of String)
Get
public:
property List<String^>^ Lines {
List<String^>^ get ();
}
member Lines : List<string> with get
Property Value
Type:
ListStringSee Also