Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
检查在上次尝试传输文件期间是否确实下载了文件。
Public ReadOnly Property TransferredFile As Boolean
public bool TransferredFile {get;}
如果文件已下载,则为 true;否则为 false。
如果在调用 DownloadFile 或 UploadFile 方法时文件已是最新状态,则它将返回 true,但 TransferredFile 将为 false。如果出现错误且 DownloadFile 或 UploadFile 方法返回 false,则 TransferredFile 为 false。