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