FTPReply(String, String) Constructor
Constructor. Only to be constructed
by this package, hence package access
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public FTPReply(
string replyCode,
string replyText
)
Public Sub New (
replyCode As String,
replyText As String
)
public:
FTPReply(
String^ replyCode,
String^ replyText
)
new :
replyCode : string *
replyText : string -> FTPReply
Parameters
- replyCode String
- the server's reply code
- replyText String
- the server's reply text