 | FtpResponseLines Property |
Gets all lines (except
EndLine) returned by multi-line response.
Namespace: Limilabs.FTP.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic 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
ListString
See Also