Ejemplo n.º 1
0
 public abstract void TryGet(string remotePath, Stream result, int secsTimeout, OnFtpFinishedCallback onFinished, Action<Exception> onError);
Ejemplo n.º 2
0
 public override void TryGet(string remotePath, Stream result, int secsTimeout, OnFtpFinishedCallback onFinished, Action<Exception> onError)
 {
     throw new NotImplementedException("TryGet(string remotePath, Stream result, int secsTimeout, OnFtpFinishedCallback onFinished, Action<Exception> onError)");
 }