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

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public FTPReply(
	string replyCode,
	string replyText
)
Visual Basic
Public Sub New ( _
	replyCode As String, _
	replyText As String _
)
Visual C++
public:
FTPReply(
	String^ replyCode, 
	String^ replyText
)

Parameters

replyCode
Type: System..::..String
the server's reply code
replyText
Type: System..::..String
the server's reply text

See Also