Click or drag to resize

FtpAsyncResult Properties

The FtpAsyncResult type exposes the following members.

Properties
  Name Description
Public property IsAborted Returns true if asynchronous transfer was aborted.
Public property IsFailed Returns true if asynchronous transfer failed.
Public property IsSuccess Returns true if asynchronous transfer completed successfully.
Public property Message Gets any message associated with asynchronous transfer.
Public property ResponseCode Gets response code from asynchronous transfer.
Top
See Also