예제 #1
0
 public abstract void TryGet(string remotePath, Stream result, int secsTimeout, OnFtpFinishedCallback onFinished, Action<Exception> onError);
예제 #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)");
 }