The SftpDownloadAsyncResult type exposes the following members.
Back to Top
Properties
| Name | Description | |
|---|---|---|
| AsyncState |
Gets a user-defined object that qualifies or contains information about an asynchronous operation.
(Inherited from AsyncResult.) | |
| AsyncWaitHandle |
Gets a (Inherited from AsyncResult.) | |
| CompletedSynchronously |
Gets a value that indicates whether the asynchronous operation completed synchronously.
(Inherited from AsyncResult.) | |
| DownloadedBytes |
Gets the number of downloaded bytes.
| |
| EndInvokeCalled |
Gets or sets a value indicating whether EndInvoke has been called on the current AsyncResult.
(Inherited from AsyncResult.) | |
| IsCompleted |
Gets a value that indicates whether the asynchronous operation has completed.
(Inherited from AsyncResult.) |
See Also