FtpWebRequest.Abort Method
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9083)
Abort()
Cancels an asynchronous FTP request.
Declaration
public override void Abort()
Overrides
Remarks
Abort cancels an asynchronous FTP request. After a request is canceled, calling GetResponse(), BeginGetResponse(AsyncCallback, Object), EndGetResponse(IAsyncResult), GetRequestStream(), BeginGetRequestStream(AsyncCallback, Object), or EndGetRequestStream(IAsyncResult) will cause a WebException with Status set to RequestCanceled.