An NDoc Documented Class Library

FTPReply Constructor (String, String, String[])

Constructor. Only to be constructed by this package, hence package access

public FTPReply(
   string replyCode,
   string replyText,
   string[] data
);

Parameters

replyCode
the server's reply code
replyText
the server's full reply text
data
data lines contained in reply text

See Also

FTPReply Class | EnterpriseDT.Net.Ftp Namespace | FTPReply Constructor Overload List