点击或拖拽改变大小

IntegrationFileClient.DownloadFile 方法

重载列表
  名称说明
公共方法代码示例DownloadFile(String, String, String, String, Action<Int64, Int64>)
下载服务器的文件到本地的文件操作,需要指定下载的文件的名字,三级分类信息,本次保存的文件名,支持进度报告。
To download a file from the server to a local file, you need to specify the name of the downloaded file, the three-level classification information, the name of the file saved this time, and support for progress reports.
公共方法代码示例DownloadFile(String, String, String, String, Action<Int64, Int64>, Stream)
下载服务器的文件到本地的文件操作,需要指定下载的文件的名字,三级分类信息,本次保存的文件名,支持进度报告。
To download a file from the server to a local file, you need to specify the name of the downloaded file, the three-level classification information, the name of the file saved this time, and support for progress reports.
公共方法代码示例DownloadFile(String, String, String, String, Action<Int64, Int64>, String)
下载服务器的文件到本地的文件操作,需要指定下载的文件的名字,三级分类信息,本次保存的文件名,支持进度报告。
To download a file from the server to a local file, you need to specify the name of the downloaded file, the three-level classification information, the name of the file saved this time, and support for progress reports.
Top
参见