edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

FTPReply(String, String) Constructor

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

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public FTPReply(
	string replyCode,
	string replyText
)

Parameters

replyCode  String
the server's reply code
replyText  String
the server's reply text

See Also