FileDownHelper Class
From HD.Common
| FileDownHelper Class | Helper帮助文档 |
文件下载帮助类
Inheritance Hierarchy
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class FileDownHelper
Public Class FileDownHelper
public ref class FileDownHelper
type FileDownHelper = class end
The FileDownHelper type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| FileDownHelper | Initializes a new instance of the FileDownHelper class |
Methods
| Name | Description | |
|---|---|---|
| DownLoad |
普通下载
| |
| DownLoadBlock |
分块下载
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetFileNameExtension |
获取文件的扩展名
参数为虚拟路径
| |
| GetHashCode | (Inherited from Object.) | |
| GetMapPathFile |
获取物理地址
| |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ResponseFile |
输出硬盘文件,提供下载 支持大文件、续传、速度限制、资源占用小
| |
| ToString | (Inherited from Object.) |
See Also