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.26109.1248
Syntax
public List<string> Lines { get; }

Property Value

ListString
See Also