FTPControlSocketValidateReply Method
Validate the response the host has supplied against the
expected reply. If we get an unexpected reply we throw an
exception, setting the message to that returned by the
FTP server
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public virtual FTPReply ValidateReply(
FTPReply reply,
params string[] expectedReplyCodes
)
Public Overridable Function ValidateReply (
reply As FTPReply,
ParamArray expectedReplyCodes As String()
) As FTPReply
public:
virtual FTPReply^ ValidateReply(
FTPReply^ reply,
... array<String^>^ expectedReplyCodes
)
abstract ValidateReply :
reply : FTPReply *
expectedReplyCodes : string[] -> FTPReply
override ValidateReply :
reply : FTPReply *
expectedReplyCodes : string[] -> FTPReply
- reply FTPReply
- reply object
- expectedReplyCodes String
- array of expected replies
FTPReplyreply object