- 命名空间: Limyee.Extensibility.Api.Entities.Version1
- 程序集: Limyee.Api.dll
定义
class File { int ContentLength { get; } string FileName { get; } string FileStoreKey { get; } string Path { get; } string GetDownloadUrl(); Stream OpenReadStream(); }
属性
名称 |
类型 |
描述 |
默认值 |
选项 |
ContentLength |
int |
|||
FileName |
string |
|||
FileStoreKey |
string |
|||
Path |
string |
方法
string GetDownloadUrl();
返回类型
string
Stream OpenReadStream();
返回类型
Stream