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