| FtpResponseEndLine Property |
Gets the last line returned by multi-line response.
Namespace:
Limilabs.FTP.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public string EndLine { get; }
Public ReadOnly Property EndLine As String
Get
public:
property String^ EndLine {
String^ get ();
}
member EndLine : string with get
Property Value
Type:
StringSee Also