点击或拖拽改变大小

HttpResourceDataInfo 构造函数

创建 HttpResourceDataInfo 实例

命名空间:  Smobiler.Core.Web
程序集:  Smobiler.Core (在 Smobiler.Core.dll 中) 版本:6.0.641.16928
语法
public HttpResourceDataInfo(
	long size,
	DateTime lastModifyDate,
	string token
)

参数

size
类型:SystemInt64
资源大小
lastModifyDate
类型:SystemDateTime
资源最后一次修改时间
token
类型:SystemString
资源标识
参见