Called when we receive a reply from the FTP server that should be ignored.
[Visual Basic]Private Sub OnIgnoreReply( _
ByVal ar As System.IAsyncResult _
)
[C#]
private void OnIgnoreReply(
IAsyncResult ar
);
Parameters
- ar
- The result of the asynchronous operation.
See Also
FtpClient Class | FtpClient Members | Org.Mentalis.Proxy.Ftp Namespace