Ftp.ProblemDetected Event
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9083)
Occurs when a problem is detected in Download, Upload, Delete or GetItems methods, making it possible for the handler to choose a desired reaction.
Syntax
public event EventHandler<FtpProblemDetectedEventArgs> ProblemDetected
Returns
Type | Description |
---|---|
EventHandler<FtpProblemDetectedEventArgs> |