Click or drag to resize

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; }

Property Value

Type: ListString
See Also